Html Css Color HEX #217421 San Felix

📋 copy color: '#217421'

red 33 ◦ green 116 ◦ blue 33

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

Shades of San Felix #217421

Tints of San Felix #217421

RGB

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

 GREEN value IS 116 (45.7% from 255) = 63.74%

 BLUE value IS 33 (13.28% from 255) = 18.13%

R = 18.13%
G = 63.74%
B = 18.13%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#217421 (or 0x217421) is known color: San Felix. HEX triplet: 21, 74 and 21. RGB value is (33,116,33). Sum of RGB (Red+Green+Blue) = 33+116+33=182 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.13% from 182); Green value is 116 (45.70% from 255 or 63.74% from 182); Blue value is 33 (13.28% from 255 or 18.13% from 182); Max value from RGB is 116 - color contains mainly: green. Hex color #217421 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217421 is #DE8BDE. Grayscale: #515151. Windows color (decimal): -14584799 or 2192417. OLE color: 2192417.

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

Color convert

RGB 33 116 33 -
CMYK 0.72 0 0.72 0.55
HSL 120º 0.56% 0.29% -
HSV(B) 120º 0.72% 0.45% -
XYZ 7.15 12.92 3.56 -
YUV 81.72 100.5 93.25 -
System Red Green Blue C M Y K H S L
Decimal 33 116 33 0.72 0 0.72 0.55 120 0.56 0.29
Hex 21 74 21 48 0 48 37 78 38 1D
Octal 41 164 41 110 0 110 67 170 70 35
Binary 100001 1110100 100001 1001000 0 1001000 110111 1111000 111000 11101

Color Harmonies of #217421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217421

Black with #217421

Text Example


Text Example

White with #217421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217421; }

 p { color: rgb(33,116,33); }

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

background-color css

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

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

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

border-color css

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

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

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