Html Css Color HEX #296616 Green House

📋 copy color: '#296616'

red 41 ◦ green 102 ◦ blue 22

#296616
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green House #296616

Tints of Green House #296616

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 value IS 0.60

 M value IS 0

 Y value IS 0.78

 K value IS 0.6

RGB Variations

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

Color information

#296616 (or 0x296616) is known color: 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

RGB 41 102 22 -
CMYK 0.60 0 0.78 0.6
HSL 105.75º 0.65% 0.24% -
HSV(B) 105.75º 0.78% 0.4% -
XYZ 5.81 10.03 2.39 -
YUV 74.64 98.29 104 -
System Red Green Blue C M Y K H S L
Decimal 41 102 22 0.60 0 0.78 0.6 105.75 0.65 0.24
Hex 29 66 16 3C 0 4E 3C 6A 41 18
Octal 51 146 26 74 0 116 74 152 101 30
Binary 101001 1100110 10110 111100 0 1001110 111100 1101010 1000001 11000

Color Harmonies of #296616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296616

Black with #296616

Text Example


Text Example

White with #296616

Text Example


Text Example

HTML Codes & Css Web 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>