Html Css Color HEX #296516 Green House

📋 copy color: '#296516'

red 41 ◦ green 101 ◦ blue 22

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

Shades of Green House #296516

Tints of Green House #296516

RGB

 RED value IS 41 (16.41% from 255) = 25%

 GREEN value IS 101 (39.84% from 255) = 61.59%

 BLUE value IS 22 (8.98% from 255) = 13.41%

R = 25%
G = 61.59%
B = 13.41%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.78

 K value IS 0.60

RGB Variations

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

Color information

#296516 (or 0x296516) is known color: Green House. HEX triplet: 29, 65 and 16. RGB value is (41,101,22). Sum of RGB (Red+Green+Blue) = 41+101+22=164 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25% from 164); Green value is 101 (39.84% from 255 or 61.59% from 164); Blue value is 22 (8.98% from 255 or 13.41% from 164); Max value from RGB is 101 - color contains mainly: green. Hex color #296516 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #296516 is #D69AE9. Grayscale: #4A4A4A. Windows color (decimal): -14064362 or 1467689. OLE color: 1467689.

HSL color Cylindrical-coordinate representation of color #296516: hue angle of 105.57º degrees, saturation: 0.64, 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 #296516 is Cyan = 0.59, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.60.

Color convert

RGB 41 101 22 -
CMYK 0.59 0 0.78 0.60
HSL 105.57º 0.64% 0.24% -
HSV(B) 105.57º 0.78% 0.4% -
XYZ 5.71 9.84 2.36 -
YUV 74.05 98.62 104.42 -
System Red Green Blue C M Y K H S L
Decimal 41 101 22 0.59 0 0.78 0.60 105.57 0.64 0.24
Hex 29 65 16 3B 0 4E 3C 6A 40 18
Octal 51 145 26 73 0 116 74 152 100 30
Binary 101001 1100101 10110 111011 0 1001110 111100 1101010 1000000 11000

Color Harmonies of #296516

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296516

Black with #296516

Text Example


Text Example

White with #296516

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296516; }

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

 H1.HeaderClassName
 {
   color: #296516;
 }
 .AnyTagClassName
 {
   color: #296516;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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