Html Css Color HEX #296F20 San Felix

📋 copy color: '#296F20'

red 41 ◦ green 111 ◦ blue 32

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

Shades of San Felix #296F20

Tints of San Felix #296F20

RGB

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

 GREEN value IS 111 (43.75% from 255) = 60.33%

 BLUE value IS 32 (12.89% from 255) = 17.39%

R = 22.28%
G = 60.33%
B = 17.39%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#296F20 (or 0x296F20) is known color: San Felix. HEX triplet: 29, 6F and 20. RGB value is (41,111,32). Sum of RGB (Red+Green+Blue) = 41+111+32=184 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.28% from 184); Green value is 111 (43.75% from 255 or 60.33% from 184); Blue value is 32 (12.89% from 255 or 17.39% from 184); Max value from RGB is 111 - color contains mainly: green. Hex color #296F20 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296F20 is #D690DF. Grayscale: #515151. Windows color (decimal): -14061792 or 2125609. OLE color: 2125609.

HSL color Cylindrical-coordinate representation of color #296F20: hue angle of 113.16º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #296F20 is Cyan = 0.63, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB 41 111 32 -
CMYK 0.63 0 0.71 0.56
HSL 113.16º 0.55% 0.28% -
HSV(B) 113.16º 0.71% 0.44% -
XYZ 6.86 11.94 3.31 -
YUV 81.06 100.31 99.42 -
System Red Green Blue C M Y K H S L
Decimal 41 111 32 0.63 0 0.71 0.56 113.16 0.55 0.28
Hex 29 6F 20 3F 0 47 38 71 37 1C
Octal 51 157 40 77 0 107 70 161 67 34
Binary 101001 1101111 100000 111111 0 1000111 111000 1110001 110111 11100

Color Harmonies of #296F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296F20

Black with #296F20

Text Example


Text Example

White with #296F20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296F20; }

 p { color: rgb(41,111,32); }

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

background-color css

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

 a { background-color: rgb(41,111,32); }

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

border-color css

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

 span { border-color: rgb(41,111,32); }

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