#2C5F24

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

Shades of Green House #2C5F24

Tints of Green House #2C5F24

Color information

#2C5F24 (or 0x2C5F24) is unknown color: approx Green House. HEX triplet: 2C, 5F and 24. RGB value is (44,95,36). Sum of RGB (Red+Green+Blue) = 44+95+36=175 (23% of max value = 765). Red value is 44 (17.58% from 255 or 25.14% from 175); Green value is 95 (37.5% from 255 or 54.29% from 175); Blue value is 36 (14.45% from 255 or 20.57% from 175); Max value from RGB is 95 - color contains mainly: green. Hex color #2C5F24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C5F24 is #D3A0DB. Grayscale: #494949. Windows color (decimal): -13869276 or 2383660. OLE color: 2383660.

HSL color Cylindrical-coordinate representation of color #2C5F24: hue angle of 111.86º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2C5F24 is Cyan = 0.54, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.63.

Color convert

RGB449536-
CMYK0.5400.620.63
HSL111.86º45.04%25.69%-
HSV(B)111.86º62.11%37.25%-
XYZ5.458.853.09-
YUV73.02107.1107.3-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 25.14%
GREEN value IS 95 (37.5% from 255) = 54.29%
BLUE value IS 36 (14.45% from 255) = 20.57%
R=25.14%
G=54.29%
B=20.57%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4495360.5400.620.63111.8645.0425.69
Hex2C5F243603E3F702d1a
Octal541374466076771605532
Binary10110010111111001001101100111110111111111000010110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C5F24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,95,36); }

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

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

 a { background-color: rgb(44,95,36); }

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

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

 span { border-color: rgb(44,95,36); }

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