#2E7029

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

Shades of Japanese Laurel #2E7029

Tints of Japanese Laurel #2E7029

Color information

#2E7029 (or 0x2E7029) is unknown color: approx Japanese Laurel. HEX triplet: 2E, 70 and 29. RGB value is (46,112,41). Sum of RGB (Red+Green+Blue) = 46+112+41=199 (26% of max value = 765). Red value is 46 (18.36% from 255 or 23.12% from 199); Green value is 112 (44.14% from 255 or 56.28% from 199); Blue value is 41 (16.41% from 255 or 20.60% from 199); Max value from RGB is 112 - color contains mainly: green. Hex color #2E7029 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7029 is #D18FD6. Grayscale: #545454. Windows color (decimal): -13733847 or 2715694. OLE color: 2715694.

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

Color convert

RGB4611241-
CMYK0.5900.630.56
HSL115.77º46.41%30%-
HSV(B)115.77º63.39%43.92%-
XYZ7.3212.334.09-
YUV84.17103.63100.77-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 23.12%
GREEN value IS 112 (44.14% from 255) = 56.28%
BLUE value IS 41 (16.41% from 255) = 20.60%
R=23.12%
G=56.28%
B=20.60%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal46112410.5900.630.56115.7746.4130
Hex2E70293B03F38742e1e
Octal561605173077701645636
Binary10111011100001010011110110111111111000111010010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2E7029; }

 p { color: rgb(46,112,41); }

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

<style>
 a { background-color: #2E7029; }

 a { background-color: rgb(46,112,41); }

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

<style>
 span { border-color: #2E7029; }

 span { border-color: rgb(46,112,41); }

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