#2C6620

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

Shades of Green House #2C6620

Tints of Green House #2C6620

Color information

#2C6620 (or 0x2C6620) is unknown color: approx Green House. HEX triplet: 2C, 66 and 20. RGB value is (44,102,32). Sum of RGB (Red+Green+Blue) = 44+102+32=178 (23% of max value = 765). Red value is 44 (17.58% from 255 or 24.72% from 178); Green value is 102 (40.23% from 255 or 57.30% from 178); Blue value is 32 (12.89% from 255 or 17.98% from 178); Max value from RGB is 102 - color contains mainly: green. Hex color #2C6620 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C6620 is #D399DF. Grayscale: #4C4C4C. Windows color (decimal): -13867488 or 2123308. OLE color: 2123308.

HSL color Cylindrical-coordinate representation of color #2C6620: hue angle of 109.71º degrees, saturation: 0.52, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2C6620 is Cyan = 0.57, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.6.

Color convert

RGB4410232-
CMYK0.5700.690.6
HSL109.71º52.24%26.27%-
HSV(B)109.71º68.63%40%-
XYZ6.0510.143.01-
YUV76.68102.78104.69-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 24.72%
GREEN value IS 102 (40.23% from 255) = 57.30%
BLUE value IS 32 (12.89% from 255) = 17.98%
R=24.72%
G=57.30%
B=17.98%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal44102320.5700.690.6109.7152.2426.27
Hex2C6620390453C6e341a
Octal5414640710105741566432
Binary101100110011010000011100101000101111100110111011010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C6620

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,102,32); }

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

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

 a { background-color: rgb(44,102,32); }

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

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

 span { border-color: rgb(44,102,32); }

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