#2C6022

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

Shades of Green House #2C6022

Tints of Green House #2C6022

Color information

#2C6022 (or 0x2C6022) is unknown color: approx Green House. HEX triplet: 2C, 60 and 22. RGB value is (44,96,34). Sum of RGB (Red+Green+Blue) = 44+96+34=174 (23% of max value = 765). Red value is 44 (17.58% from 255 or 25.29% from 174); Green value is 96 (37.89% from 255 or 55.17% from 174); Blue value is 34 (13.67% from 255 or 19.54% from 174); Max value from RGB is 96 - color contains mainly: green. Hex color #2C6022 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C6022 is #D39FDD. Grayscale: #494949. Windows color (decimal): -13869022 or 2252844. OLE color: 2252844.

HSL color Cylindrical-coordinate representation of color #2C6022: hue angle of 110.32º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2C6022 is Cyan = 0.54, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.62.

Color convert

RGB449634-
CMYK0.5400.650.62
HSL110.32º47.69%25.49%-
HSV(B)110.32º64.58%37.65%-
XYZ5.519.022.96-
YUV73.38105.77107.04-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 25.29%
GREEN value IS 96 (37.89% from 255) = 55.17%
BLUE value IS 34 (13.67% from 255) = 19.54%
R=25.29%
G=55.17%
B=19.54%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4496340.5400.650.62110.3247.6925.49
Hex2C6022360413E6e3019
Octal5414042660101761566031
Binary101100110000010001011011001000001111110110111011000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C6022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,96,34); }

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

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

 a { background-color: rgb(44,96,34); }

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

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

 span { border-color: rgb(44,96,34); }

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