#2E5C21

Color #2E5C21 Green House (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green House #2E5C21

Tints of Green House #2E5C21

Color information

#2E5C21 (or 0x2E5C21) is unknown color: approx Green House. HEX triplet: 2E, 5C and 21. RGB value is (46,92,33). Sum of RGB (Red+Green+Blue) = 46+92+33=171 (22% of max value = 765). Red value is 46 (18.36% from 255 or 26.90% from 171); Green value is 92 (36.33% from 255 or 53.80% from 171); Blue value is 33 (13.28% from 255 or 19.30% from 171); Max value from RGB is 92 - color contains mainly: green. Hex color #2E5C21 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E5C21 is #D1A3DE. Grayscale: #474747. Windows color (decimal): -13738975 or 2186286. OLE color: 2186286.

HSL color Cylindrical-coordinate representation of color #2E5C21: hue angle of 106.78º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2E5C21 is Cyan = 0.50, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.64.

Color convert

RGB469233-
CMYK0.5000.640.64
HSL106.78º47.2%24.51%-
HSV(B)106.78º64.13%36.08%-
XYZ5.238.342.77-
YUV71.52106.26109.8-

RGB Variations

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

RGB

RED value IS 46 (18.36% from 255) = 26.90%
GREEN value IS 92 (36.33% from 255) = 53.80%
BLUE value IS 33 (13.28% from 255) = 19.30%
R=26.90%
G=53.80%
B=19.30%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal4692330.5000.640.64106.7847.224.51
Hex2E5C2132040406b2f19
Octal56134416201001001535731
Binary1011101011100100001110010010000001000000110101110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2E5C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(46,92,33); }

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

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

 a { background-color: rgb(46,92,33); }

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

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

 span { border-color: rgb(46,92,33); }

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