#296616

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

Shades of Green House #296616

Tints of Green House #296616

Color information

#296616 (or 0x296616) is unknown color: approx Green House. HEX triplet: 29, 66 and 16. RGB value is (41,102,22). Sum of RGB (Red+Green+Blue) = 41+102+22=165 (21% of max value = 765). Red value is 41 (16.41% from 255 or 24.85% from 165); Green value is 102 (40.23% from 255 or 61.82% from 165); Blue value is 22 (8.98% from 255 or 13.33% from 165); Max value from RGB is 102 - color contains mainly: green. Hex color #296616 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #296616 is #D699E9. Grayscale: #4A4A4A. Windows color (decimal): -14064106 or 1467945. OLE color: 1467945.

HSL color Cylindrical-coordinate representation of color #296616: hue angle of 105.75º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #296616 is Cyan = 0.60, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.6.

Color convert

RGB4110222-
CMYK0.6000.780.6
HSL105.75º64.52%24.31%-
HSV(B)105.75º78.43%40%-
XYZ5.8110.032.39-
YUV74.6498.29104-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 24.85%
GREEN value IS 102 (40.23% from 255) = 61.82%
BLUE value IS 22 (8.98% from 255) = 13.33%
R=24.85%
G=61.82%
B=13.33%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal41102220.6000.780.6105.7564.5224.31
Hex2966163C04E3C6a4118
Octal51146267401167415210130
Binary101001110011010110111100010011101111001101010100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #296616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #296616; }

 p { color: rgb(41,102,22); }

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

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

 a { background-color: rgb(41,102,22); }

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

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

 span { border-color: rgb(41,102,22); }

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