Html Css Color HEX #296920 San Felix

📋 copy color: '#296920'

red 41 ◦ green 105 ◦ blue 32

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

Shades of San Felix #296920

Tints of San Felix #296920

RGB

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

 GREEN value IS 105 (41.41% from 255) = 58.99%

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

R = 23.03%
G = 58.99%
B = 17.98%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.70

 K value IS 0.59

RGB Variations

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

Color information

#296920 (or 0x296920) is known color: San Felix. HEX triplet: 29, 69 and 20. RGB value is (41,105,32). Sum of RGB (Red+Green+Blue) = 41+105+32=178 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.03% from 178); Green value is 105 (41.41% from 255 or 58.99% from 178); Blue value is 32 (12.89% from 255 or 17.98% from 178); Max value from RGB is 105 - color contains mainly: green. Hex color #296920 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #296920 is #D696DF. Grayscale: #4D4D4D. Windows color (decimal): -14063328 or 2124073. OLE color: 2124073.

HSL color Cylindrical-coordinate representation of color #296920: hue angle of 112.6º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #296920 is Cyan = 0.61, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.59.

Color convert

RGB 41 105 32 -
CMYK 0.61 0 0.70 0.59
HSL 112.6º 0.53% 0.27% -
HSV(B) 112.6º 0.7% 0.41% -
XYZ 6.23 10.68 3.1 -
YUV 77.54 102.3 101.94 -
System Red Green Blue C M Y K H S L
Decimal 41 105 32 0.61 0 0.70 0.59 112.6 0.53 0.27
Hex 29 69 20 3D 0 46 3B 71 35 1B
Octal 51 151 40 75 0 106 73 161 65 33
Binary 101001 1101001 100000 111101 0 1000110 111011 1110001 110101 11011

Color Harmonies of #296920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #296920

Black with #296920

Text Example


Text Example

White with #296920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #296920; }

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

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

background-color css

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

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

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

border-color css

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

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

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