#2C6119

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

Shades of Green House #2C6119

Tints of Green House #2C6119

Color information

#2C6119 (or 0x2C6119) is unknown color: approx Green House. HEX triplet: 2C, 61 and 19. RGB value is (44,97,25). Sum of RGB (Red+Green+Blue) = 44+97+25=166 (21% of max value = 765). Red value is 44 (17.58% from 255 or 26.51% from 166); Green value is 97 (38.28% from 255 or 58.43% from 166); Blue value is 25 (10.16% from 255 or 15.06% from 166); Max value from RGB is 97 - color contains mainly: green. Hex color #2C6119 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C6119 is #D39EE6. Grayscale: #494949. Windows color (decimal): -13868775 or 1663276. OLE color: 1663276.

HSL color Cylindrical-coordinate representation of color #2C6119: hue angle of 104.17º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2C6119 is Cyan = 0.55, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.62.

Color convert

RGB449725-
CMYK0.5500.740.62
HSL104.17º59.02%23.92%-
HSV(B)104.17º74.23%38.04%-
XYZ5.499.162.4-
YUV72.94100.94107.35-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 26.51%
GREEN value IS 97 (38.28% from 255) = 58.43%
BLUE value IS 25 (10.16% from 255) = 15.06%
R=26.51%
G=58.43%
B=15.06%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4497250.5500.740.62104.1759.0223.92
Hex2C61193704A3E683b18
Octal5414131670112761507330
Binary10110011000011100111011101001010111110110100011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C6119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,97,25); }

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

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

 a { background-color: rgb(44,97,25); }

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

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

 span { border-color: rgb(44,97,25); }

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