#2C6413

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

Shades of Green House #2C6413

Tints of Green House #2C6413

Color information

#2C6413 (or 0x2C6413) is unknown color: approx Green House. HEX triplet: 2C, 64 and 13. RGB value is (44,100,19). Sum of RGB (Red+Green+Blue) = 44+100+19=163 (21% of max value = 765). Red value is 44 (17.58% from 255 or 26.99% from 163); Green value is 100 (39.45% from 255 or 61.35% from 163); Blue value is 19 (7.81% from 255 or 11.66% from 163); Max value from RGB is 100 - color contains mainly: green. Hex color #2C6413 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C6413 is #D39BEC. Grayscale: #4A4A4A. Windows color (decimal): -13868013 or 1270828. OLE color: 1270828.

HSL color Cylindrical-coordinate representation of color #2C6413: hue angle of 101.48º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2C6413 is Cyan = 0.56, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.61.

Color convert

RGB4410019-
CMYK0.5600.810.61
HSL101.48º68.07%23.33%-
HSV(B)101.48º81%39.22%-
XYZ5.719.72.19-
YUV74.0296.95106.59-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 26.99%
GREEN value IS 100 (39.45% from 255) = 61.35%
BLUE value IS 19 (7.81% from 255) = 11.66%
R=26.99%
G=61.35%
B=11.66%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal44100190.5600.810.61101.4868.0723.33
Hex2C6413380513D654417
Octal54144237001217514510427
Binary101100110010010011111000010100011111011100101100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C6413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,100,19); }

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

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

 a { background-color: rgb(44,100,19); }

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

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

 span { border-color: rgb(44,100,19); }

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