#2C6517

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

Shades of Green House #2C6517

Tints of Green House #2C6517

Color information

#2C6517 (or 0x2C6517) is unknown color: approx Green House. HEX triplet: 2C, 65 and 17. RGB value is (44,101,23). Sum of RGB (Red+Green+Blue) = 44+101+23=168 (22% of max value = 765). Red value is 44 (17.58% from 255 or 26.19% from 168); Green value is 101 (39.84% from 255 or 60.12% from 168); Blue value is 23 (9.38% from 255 or 13.69% from 168); Max value from RGB is 101 - color contains mainly: green. Hex color #2C6517 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2C6517 is #D39AE8. Grayscale: #4B4B4B. Windows color (decimal): -13867753 or 1533228. OLE color: 1533228.

HSL color Cylindrical-coordinate representation of color #2C6517: hue angle of 103.85º degrees, saturation: 0.63, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2C6517 is Cyan = 0.56, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.60.

Color convert

RGB4410123-
CMYK0.5600.770.60
HSL103.85º62.9%24.31%-
HSV(B)103.85º77.23%39.61%-
XYZ5.859.92.41-
YUV75.0698.62105.84-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 26.19%
GREEN value IS 101 (39.84% from 255) = 60.12%
BLUE value IS 23 (9.38% from 255) = 13.69%
R=26.19%
G=60.12%
B=13.69%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal44101230.5600.770.60103.8562.924.31
Hex2C65173804D3C683f18
Octal5414527700115741507730
Binary10110011001011011111100001001101111100110100011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C6517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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