#30762B

Color #30762B Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #30762B

Tints of Japanese Laurel #30762B

Color information

#30762B (or 0x30762B) is unknown color: approx Japanese Laurel. HEX triplet: 30, 76 and 2B. RGB value is (48,118,43). Sum of RGB (Red+Green+Blue) = 48+118+43=209 (27% of max value = 765). Red value is 48 (19.14% from 255 or 22.97% from 209); Green value is 118 (46.48% from 255 or 56.46% from 209); Blue value is 43 (17.19% from 255 or 20.57% from 209); Max value from RGB is 118 - color contains mainly: green. Hex color #30762B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30762B is #CF89D4. Grayscale: #585858. Windows color (decimal): -13601237 or 2848304. OLE color: 2848304.

HSL color Cylindrical-coordinate representation of color #30762B: hue angle of 116º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #30762B is Cyan = 0.59, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB4811843-
CMYK0.5900.640.54
HSL116º46.58%31.57%-
HSV(B)116º63.56%46.27%-
XYZ8.1313.764.51-
YUV88.52102.3199.1-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 48 (19.14% from 255) = 22.97%
GREEN value IS 118 (46.48% from 255) = 56.46%
BLUE value IS 43 (17.19% from 255) = 20.57%
R=22.97%
G=56.46%
B=20.57%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal48118430.5900.640.5411646.5831.57
Hex30762B3B04036742f20
Octal6016653730100661645740
Binary1100001110110101011111011010000001101101110100101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30762B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30762B; }

 p { color: rgb(48,118,43); }

 H1.HeaderClassName
 {
   color: #30762B;
 }
 .AnyTagClassName
 {
   color: #30762B;
 }
</style>
background-color css

<style>
 a { background-color: #30762B; }

 a { background-color: rgb(48,118,43); }

 div.DivClassName
 {
   background-color: #30762B;
 }
 .BgClassName
 {
   background-color: #30762B;
 }
</style>
border-color css

<style>
 span { border-color: #30762B; }

 span { border-color: rgb(48,118,43); }

 td.TdClassName
 {
   border-color: #30762B;
 }
 .TagClassName
 {
   border-color: #30762B;
 }
</style>