#2C6518

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

Shades of Green House #2C6518

Tints of Green House #2C6518

Color information

#2C6518 (or 0x2C6518) is unknown color: approx Green House. HEX triplet: 2C, 65 and 18. RGB value is (44,101,24). Sum of RGB (Red+Green+Blue) = 44+101+24=169 (22% of max value = 765). Red value is 44 (17.58% from 255 or 26.04% from 169); Green value is 101 (39.84% from 255 or 59.76% from 169); Blue value is 24 (9.77% from 255 or 14.20% from 169); Max value from RGB is 101 - color contains mainly: green. Hex color #2C6518 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C6518 is #D39AE7. Grayscale: #4B4B4B. Windows color (decimal): -13867752 or 1598764. OLE color: 1598764.

HSL color Cylindrical-coordinate representation of color #2C6518: hue angle of 104.42º 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 #2C6518 is Cyan = 0.56, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.60.

Color convert

RGB4410124-
CMYK0.5600.760.60
HSL104.42º61.6%24.51%-
HSV(B)104.42º76.24%39.61%-
XYZ5.869.912.47-
YUV75.1899.12105.76-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 26.04%
GREEN value IS 101 (39.84% from 255) = 59.76%
BLUE value IS 24 (9.77% from 255) = 14.20%
R=26.04%
G=59.76%
B=14.20%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal44101240.5600.760.60104.4261.624.51
Hex2C65183804C3C683e19
Octal5414530700114741507631
Binary10110011001011100011100001001100111100110100011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C6518

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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