Html Css Color HEX #296414 Green House

📋 copy color: '#296414'

red 41 ◦ green 100 ◦ blue 20

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

Shades of Green House #296414

Tints of Green House #296414

RGB

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

 GREEN value IS 100 (39.45% from 255) = 62.11%

 BLUE value IS 20 (8.2% from 255) = 12.42%

R = 25.47%
G = 62.11%
B = 12.42%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.8

 K value IS 0.61

RGB Variations

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

Color information

#296414 (or 0x296414) is known color: Green House. HEX triplet: 29, 64 and 14. RGB value is (41,100,20). Sum of RGB (Red+Green+Blue) = 41+100+20=161 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.47% from 161); Green value is 100 (39.45% from 255 or 62.11% from 161); Blue value is 20 (8.20% from 255 or 12.42% from 161); Max value from RGB is 100 - color contains mainly: green. Hex color #296414 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #296414 is #D69BEB. Grayscale: #494949. Windows color (decimal): -14064620 or 1336361. OLE color: 1336361.

HSL color Cylindrical-coordinate representation of color #296414: hue angle of 104.25º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #296414 is Cyan = 0.59, Magento = 0, Yellow = 0.8 and Black (K on CMYK) = 0.61.

Color convert

RGB 41 100 20 -
CMYK 0.59 0 0.8 0.61
HSL 104.25º 0.67% 0.24% -
HSV(B) 104.25º 0.8% 0.39% -
XYZ 5.6 9.64 2.23 -
YUV 73.24 97.95 105 -
System Red Green Blue C M Y K H S L
Decimal 41 100 20 0.59 0 0.8 0.61 104.25 0.67 0.24
Hex 29 64 14 3B 0 50 3D 68 43 18
Octal 51 144 24 73 0 120 75 150 103 30
Binary 101001 1100100 10100 111011 0 1010000 111101 1101000 1000011 11000

Color Harmonies of #296414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296414

Black with #296414

Text Example


Text Example

White with #296414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296414; }

 p { color: rgb(41,100,20); }

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

background-color css

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

 a { background-color: rgb(41,100,20); }

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

border-color css

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

 span { border-color: rgb(41,100,20); }

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