#30762F

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

Shades of Japanese Laurel #30762F

Tints of Japanese Laurel #30762F

Color information

#30762F (or 0x30762F) is unknown color: approx Japanese Laurel. HEX triplet: 30, 76 and 2F. RGB value is (48,118,47). Sum of RGB (Red+Green+Blue) = 48+118+47=213 (28% of max value = 765). Red value is 48 (19.14% from 255 or 22.54% from 213); Green value is 118 (46.48% from 255 or 55.40% from 213); Blue value is 47 (18.75% from 255 or 22.07% from 213); Max value from RGB is 118 - color contains mainly: green. Hex color #30762F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30762F is #CF89D0. Grayscale: #595959. Windows color (decimal): -13601233 or 3110448. OLE color: 3110448.

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

Color convert

RGB4811847-
CMYK0.5900.600.54
HSL119.15º43.03%32.35%-
HSV(B)119.15º60.17%46.27%-
XYZ8.2113.794.92-
YUV88.98104.3198.77-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 22.54%
GREEN value IS 118 (46.48% from 255) = 55.40%
BLUE value IS 47 (18.75% from 255) = 22.07%
R=22.54%
G=55.40%
B=22.07%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal48118470.5900.600.54119.1543.0332.35
Hex30762F3B03C36772b20
Octal601665773074661675340
Binary110000111011010111111101101111001101101110111101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30762F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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