#2E7835

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

Shades of Japanese Laurel #2E7835

Tints of Japanese Laurel #2E7835

Color information

#2E7835 (or 0x2E7835) is unknown color: approx Japanese Laurel. HEX triplet: 2E, 78 and 35. RGB value is (46,120,53). Sum of RGB (Red+Green+Blue) = 46+120+53=219 (29% of max value = 765). Red value is 46 (18.36% from 255 or 21.00% from 219); Green value is 120 (47.27% from 255 or 54.79% from 219); Blue value is 53 (21.09% from 255 or 24.20% from 219); Max value from RGB is 120 - color contains mainly: green. Hex color #2E7835 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7835 is #D187CA. Grayscale: #5A5A5A. Windows color (decimal): -13731787 or 3504174. OLE color: 3504174.

HSL color Cylindrical-coordinate representation of color #2E7835: hue angle of 125.68º 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 #2E7835 is Cyan = 0.62, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.53.

Color convert

RGB4612053-
CMYK0.6200.560.53
HSL125.68º44.58%32.55%-
HSV(B)125.68º61.67%47.06%-
XYZ8.4914.275.68-
YUV90.24106.9896.45-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 21.00%
GREEN value IS 120 (47.27% from 255) = 54.79%
BLUE value IS 53 (21.09% from 255) = 24.20%
R=21.00%
G=54.79%
B=24.20%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal46120530.6200.560.53125.6844.5832.55
Hex2E78353E038357e2d21
Octal561706576070651765541
Binary101110111100011010111111001110001101011111110101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7835

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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