Html Css Color HEX #296314 Green House

📋 copy color: '#296314'

red 41 ◦ green 99 ◦ blue 20

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

Shades of Green House #296314

Tints of Green House #296314

RGB

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

 GREEN value IS 99 (39.06% from 255) = 61.88%

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

R = 25.63%
G = 61.88%
B = 12.5%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.80

 K value IS 0.61

RGB Variations

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

Color information

#296314 (or 0x296314) is known color: Green House. HEX triplet: 29, 63 and 14. RGB value is (41,99,20). Sum of RGB (Red+Green+Blue) = 41+99+20=160 (21% of max value = 765). Red value is 41 (16.41% from 255 or 25.62% from 160); Green value is 99 (39.06% from 255 or 61.88% from 160); Blue value is 20 (8.20% from 255 or 12.5% from 160); Max value from RGB is 99 - color contains mainly: green. Hex color #296314 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #296314 is #D69CEB. Grayscale: #484848. Windows color (decimal): -14064876 or 1336105. OLE color: 1336105.

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

Color convert

RGB 41 99 20 -
CMYK 0.59 0 0.80 0.61
HSL 104.05º 0.66% 0.23% -
HSV(B) 104.05º 0.8% 0.39% -
XYZ 5.5 9.45 2.19 -
YUV 72.65 98.28 105.42 -
System Red Green Blue C M Y K H S L
Decimal 41 99 20 0.59 0 0.80 0.61 104.05 0.66 0.23
Hex 29 63 14 3B 0 50 3D 68 42 17
Octal 51 143 24 73 0 120 75 150 102 27
Binary 101001 1100011 10100 111011 0 1010000 111101 1101000 1000010 10111

Color Harmonies of #296314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296314

Black with #296314

Text Example


Text Example

White with #296314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296314; }

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

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

background-color css

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

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

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

border-color css

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

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

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