#2E4939

Color #2E4939 English Holly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of English Holly #2E4939

Tints of English Holly #2E4939

Color information

#2E4939 (or 0x2E4939) is unknown color: approx English Holly. HEX triplet: 2E, 49 and 39. RGB value is (46,73,57). Sum of RGB (Red+Green+Blue) = 46+73+57=176 (23% of max value = 765). Red value is 46 (18.36% from 255 or 26.14% from 176); Green value is 73 (28.91% from 255 or 41.48% from 176); Blue value is 57 (22.66% from 255 or 32.39% from 176); Max value from RGB is 73 - color contains mainly: green. Hex color #2E4939 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4939 is #D1B6C6. Grayscale: #3F3F3F. Windows color (decimal): -13743815 or 3754286. OLE color: 3754286.

HSL color Cylindrical-coordinate representation of color #2E4939: hue angle of 144.44º degrees, saturation: 0.23, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #2E4939 is Cyan = 0.37, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.71.

Color convert

RGB467357-
CMYK0.3700.220.71
HSL144.44º22.69%23.33%-
HSV(B)144.44º36.99%28.63%-
XYZ4.255.644.74-
YUV63.1124.55115.8-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 26.14%
GREEN value IS 73 (28.91% from 255) = 41.48%
BLUE value IS 57 (22.66% from 255) = 32.39%
R=26.14%
G=41.48%
B=32.39%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal4673570.3700.220.71144.4422.6923.33
Hex2E49392501647901717
Octal5611171450261072202727
Binary10111010010011110011001010101101000111100100001011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E4939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,73,57); }

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

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

 a { background-color: rgb(46,73,57); }

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

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

 span { border-color: rgb(46,73,57); }

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