#306E29

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

Shades of Japanese Laurel #306E29

Tints of Japanese Laurel #306E29

Color information

#306E29 (or 0x306E29) is unknown color: approx Japanese Laurel. HEX triplet: 30, 6E and 29. RGB value is (48,110,41). Sum of RGB (Red+Green+Blue) = 48+110+41=199 (26% of max value = 765). Red value is 48 (19.14% from 255 or 24.12% from 199); Green value is 110 (43.36% from 255 or 55.28% from 199); Blue value is 41 (16.41% from 255 or 20.60% from 199); Max value from RGB is 110 - color contains mainly: green. Hex color #306E29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #306E29 is #CF91D6. Grayscale: #535353. Windows color (decimal): -13603287 or 2715184. OLE color: 2715184.

HSL color Cylindrical-coordinate representation of color #306E29: hue angle of 113.91º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #306E29 is Cyan = 0.56, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.57.

Color convert

RGB4811041-
CMYK0.5600.630.57
HSL113.91º45.7%29.61%-
HSV(B)113.91º62.73%43.14%-
XYZ7.211.944.02-
YUV83.6103.96102.61-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 24.12%
GREEN value IS 110 (43.36% from 255) = 55.28%
BLUE value IS 41 (16.41% from 255) = 20.60%
R=24.12%
G=55.28%
B=20.60%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal48110410.5600.630.57113.9145.729.61
Hex306E293803F39722e1e
Octal601565170077711625636
Binary11000011011101010011110000111111111001111001010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #306E29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #306E29; }

 p { color: rgb(48,110,41); }

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

<style>
 a { background-color: #306E29; }

 a { background-color: rgb(48,110,41); }

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

<style>
 span { border-color: #306E29; }

 span { border-color: rgb(48,110,41); }

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