Html Css Color HEX #217120 San Felix

📋 copy color: '#217120'

red 33 ◦ green 113 ◦ blue 32

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

Shades of San Felix #217120

Tints of San Felix #217120

RGB

 RED value IS 33 (13.28% from 255) = 18.54%

 GREEN value IS 113 (44.53% from 255) = 63.48%

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

R = 18.54%
G = 63.48%
B = 17.98%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.72

 K value IS 0.56

RGB Variations

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

Color information

#217120 (or 0x217120) is known color: San Felix. HEX triplet: 21, 71 and 20. RGB value is (33,113,32). Sum of RGB (Red+Green+Blue) = 33+113+32=178 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.54% from 178); Green value is 113 (44.53% from 255 or 63.48% from 178); Blue value is 32 (12.89% from 255 or 17.98% from 178); Max value from RGB is 113 - color contains mainly: green. Hex color #217120 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217120 is #DE8EDF. Grayscale: #505050. Windows color (decimal): -14585568 or 2126113. OLE color: 2126113.

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

Color convert

RGB 33 113 32 -
CMYK 0.71 0 0.72 0.56
HSL 119.26º 0.56% 0.28% -
HSV(B) 119.26º 0.72% 0.44% -
XYZ 6.79 12.24 3.37 -
YUV 79.85 101 94.59 -
System Red Green Blue C M Y K H S L
Decimal 33 113 32 0.71 0 0.72 0.56 119.26 0.56 0.28
Hex 21 71 20 47 0 48 38 77 38 1C
Octal 41 161 40 107 0 110 70 167 70 34
Binary 100001 1110001 100000 1000111 0 1001000 111000 1110111 111000 11100

Color Harmonies of #217120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217120

Black with #217120

Text Example


Text Example

White with #217120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217120; }

 p { color: rgb(33,113,32); }

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

background-color css

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

 a { background-color: rgb(33,113,32); }

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

border-color css

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

 span { border-color: rgb(33,113,32); }

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