#2C661C

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

Shades of Green House #2C661C

Tints of Green House #2C661C

Color information

#2C661C (or 0x2C661C) is unknown color: approx Green House. HEX triplet: 2C, 66 and 1C. RGB value is (44,102,28). Sum of RGB (Red+Green+Blue) = 44+102+28=174 (23% of max value = 765). Red value is 44 (17.58% from 255 or 25.29% from 174); Green value is 102 (40.23% from 255 or 58.62% from 174); Blue value is 28 (11.33% from 255 or 16.09% from 174); Max value from RGB is 102 - color contains mainly: green. Hex color #2C661C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C661C is #D399E3. Grayscale: #4C4C4C. Windows color (decimal): -13867492 or 1861164. OLE color: 1861164.

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

Color convert

RGB4410228-
CMYK0.5700.730.6
HSL107.03º56.92%25.49%-
HSV(B)107.03º72.55%40%-
XYZ610.122.74-
YUV76.22100.78105.02-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 25.29%
GREEN value IS 102 (40.23% from 255) = 58.62%
BLUE value IS 28 (11.33% from 255) = 16.09%
R=25.29%
G=58.62%
B=16.09%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal44102280.5700.730.6107.0356.9225.49
Hex2C661C390493C6b3919
Octal5414634710111741537131
Binary10110011001101110011100101001001111100110101111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C661C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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