#2C6116

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

Shades of Green House #2C6116

Tints of Green House #2C6116

Color information

#2C6116 (or 0x2C6116) is unknown color: approx Green House. HEX triplet: 2C, 61 and 16. RGB value is (44,97,22). Sum of RGB (Red+Green+Blue) = 44+97+22=163 (21% of max value = 765). Red value is 44 (17.58% from 255 or 26.99% from 163); Green value is 97 (38.28% from 255 or 59.51% from 163); Blue value is 22 (8.98% from 255 or 13.50% from 163); Max value from RGB is 97 - color contains mainly: green. Hex color #2C6116 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C6116 is #D39EE9. Grayscale: #484848. Windows color (decimal): -13868778 or 1466668. OLE color: 1466668.

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

Color convert

RGB449722-
CMYK0.5500.770.62
HSL102.4º63.03%23.33%-
HSV(B)102.4º77.32%38.04%-
XYZ5.469.142.24-
YUV72.699.44107.6-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 26.99%
GREEN value IS 97 (38.28% from 255) = 59.51%
BLUE value IS 22 (8.98% from 255) = 13.50%
R=26.99%
G=59.51%
B=13.50%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4497220.5500.770.62102.463.0323.33
Hex2C61163704D3E663f17
Octal5414126670115761467727
Binary10110011000011011011011101001101111110110011011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C6116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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