#2C6618

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

Shades of Green House #2C6618

Tints of Green House #2C6618

Color information

#2C6618 (or 0x2C6618) is unknown color: approx Green House. HEX triplet: 2C, 66 and 18. RGB value is (44,102,24). Sum of RGB (Red+Green+Blue) = 44+102+24=170 (22% of max value = 765). Red value is 44 (17.58% from 255 or 25.88% from 170); Green value is 102 (40.23% from 255 or 60% from 170); Blue value is 24 (9.77% from 255 or 14.12% from 170); Max value from RGB is 102 - color contains mainly: green. Hex color #2C6618 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C6618 is #D399E7. Grayscale: #4C4C4C. Windows color (decimal): -13867496 or 1599020. OLE color: 1599020.

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

Color convert

RGB4410224-
CMYK0.5700.760.6
HSL104.62º61.9%24.71%-
HSV(B)104.62º76.47%40%-
XYZ5.9510.12.5-
YUV75.7798.78105.34-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 25.88%
GREEN value IS 102 (40.23% from 255) = 60%
BLUE value IS 24 (9.77% from 255) = 14.12%
R=25.88%
G=60%
B=14.12%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal44102240.5700.760.6104.6261.924.71
Hex2C66183904C3C693e19
Octal5414630710114741517631
Binary10110011001101100011100101001100111100110100111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C6618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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