#2E7832

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

Shades of Japanese Laurel #2E7832

Tints of Japanese Laurel #2E7832

Color information

#2E7832 (or 0x2E7832) is unknown color: approx Japanese Laurel. HEX triplet: 2E, 78 and 32. RGB value is (46,120,50). Sum of RGB (Red+Green+Blue) = 46+120+50=216 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.30% from 216); Green value is 120 (47.27% from 255 or 55.56% from 216); Blue value is 50 (19.92% from 255 or 23.15% from 216); Max value from RGB is 120 - color contains mainly: green. Hex color #2E7832 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7832 is #D187CD. Grayscale: #5A5A5A. Windows color (decimal): -13731790 or 3307566. OLE color: 3307566.

HSL color Cylindrical-coordinate representation of color #2E7832: hue angle of 123.24º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2E7832 is Cyan = 0.62, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.53.

Color convert

RGB4612050-
CMYK0.6200.580.53
HSL123.24º44.58%32.55%-
HSV(B)123.24º61.67%47.06%-
XYZ8.4214.245.32-
YUV89.89105.4896.69-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 21.30%
GREEN value IS 120 (47.27% from 255) = 55.56%
BLUE value IS 50 (19.92% from 255) = 23.15%
R=21.30%
G=55.56%
B=23.15%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal46120500.6200.580.53123.2444.5832.55
Hex2E78323E03A357b2d21
Octal561706276072651735541
Binary101110111100011001011111001110101101011111011101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,120,50); }

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

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

 a { background-color: rgb(46,120,50); }

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

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

 span { border-color: rgb(46,120,50); }

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