#2E7F27

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

Shades of Japanese Laurel #2E7F27

Tints of Japanese Laurel #2E7F27

Color information

#2E7F27 (or 0x2E7F27) is unknown color: approx Japanese Laurel. HEX triplet: 2E, 7F and 27. RGB value is (46,127,39). Sum of RGB (Red+Green+Blue) = 46+127+39=212 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.70% from 212); Green value is 127 (50% from 255 or 59.91% from 212); Blue value is 39 (15.62% from 255 or 18.40% from 212); Max value from RGB is 127 - color contains mainly: green. Hex color #2E7F27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7F27 is #D180D8. Grayscale: #5D5D5D. Windows color (decimal): -13730009 or 2588462. OLE color: 2588462.

HSL color Cylindrical-coordinate representation of color #2E7F27: hue angle of 115.23º degrees, saturation: 0.53, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2E7F27 is Cyan = 0.64, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.50.

Color convert

RGB4612739-
CMYK0.6400.690.50
HSL115.23º53.01%32.55%-
HSV(B)115.23º69.29%49.8%-
XYZ9.0815.914.51-
YUV92.7597.6694.66-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 21.70%
GREEN value IS 127 (50% from 255) = 59.91%
BLUE value IS 39 (15.62% from 255) = 18.40%
R=21.70%
G=59.91%
B=18.40%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal46127390.6400.690.50115.2353.0132.55
Hex2E7F274004532733521
Octal56177471000105621636541
Binary10111011111111001111000000010001011100101110011110101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E7F27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,127,39); }

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

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

 a { background-color: rgb(46,127,39); }

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

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

 span { border-color: rgb(46,127,39); }

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