Html Css Color HEX #297020 San Felix

📋 copy color: '#297020'

red 41 ◦ green 112 ◦ blue 32

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

Shades of San Felix #297020

Tints of San Felix #297020

RGB

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

 GREEN value IS 112 (44.14% from 255) = 60.54%

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

R = 22.16%
G = 60.54%
B = 17.3%

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

#297020 (or 0x297020) is known color: San Felix. HEX triplet: 29, 70 and 20. RGB value is (41,112,32). Sum of RGB (Red+Green+Blue) = 41+112+32=185 (24% of max value = 765). Red value is 41 (16.41% from 255 or 22.16% from 185); Green value is 112 (44.14% from 255 or 60.54% from 185); Blue value is 32 (12.89% from 255 or 17.30% from 185); Max value from RGB is 112 - color contains mainly: green. Hex color #297020 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #297020 is #D68FDF. Grayscale: #515151. Windows color (decimal): -14061536 or 2125865. OLE color: 2125865.

HSL color Cylindrical-coordinate representation of color #297020: hue angle of 113.25º degrees, saturation: 0.56, 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 #297020 is Cyan = 0.63, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB 41 112 32 -
CMYK 0.63 0 0.71 0.56
HSL 113.25º 0.56% 0.28% -
HSV(B) 113.25º 0.71% 0.44% -
XYZ 6.97 12.16 3.35 -
YUV 81.65 99.98 99 -
System Red Green Blue C M Y K H S L
Decimal 41 112 32 0.63 0 0.71 0.56 113.25 0.56 0.28
Hex 29 70 20 3F 0 47 38 71 38 1C
Octal 51 160 40 77 0 107 70 161 70 34
Binary 101001 1110000 100000 111111 0 1000111 111000 1110001 111000 11100

Color Harmonies of #297020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #297020

Black with #297020

Text Example


Text Example

White with #297020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #297020; }

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

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

background-color css

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

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

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

border-color css

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

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

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