Html Css Color HEX #217228 San Felix

📋 copy color: '#217228'

red 33 ◦ green 114 ◦ blue 40

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

Shades of San Felix #217228

Tints of San Felix #217228

RGB

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

 GREEN value IS 114 (44.92% from 255) = 60.96%

 BLUE value IS 40 (16.02% from 255) = 21.39%

R = 17.65%
G = 60.96%
B = 21.39%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.65

 K value IS 0.55

RGB Variations

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

Color information

#217228 (or 0x217228) is known color: San Felix. HEX triplet: 21, 72 and 28. RGB value is (33,114,40). Sum of RGB (Red+Green+Blue) = 33+114+40=187 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.65% from 187); Green value is 114 (44.92% from 255 or 60.96% from 187); Blue value is 40 (16.02% from 255 or 21.39% from 187); Max value from RGB is 114 - color contains mainly: green. Hex color #217228 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217228 is #DE8DD7. Grayscale: #515151. Windows color (decimal): -14585304 or 2650657. OLE color: 2650657.

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

Color convert

RGB 33 114 40 -
CMYK 0.71 0 0.65 0.55
HSL 125.19º 0.55% 0.29% -
HSV(B) 125.19º 0.71% 0.45% -
XYZ 7.03 12.51 4.05 -
YUV 81.35 104.66 93.52 -
System Red Green Blue C M Y K H S L
Decimal 33 114 40 0.71 0 0.65 0.55 125.19 0.55 0.29
Hex 21 72 28 47 0 41 37 7D 37 1D
Octal 41 162 50 107 0 101 67 175 67 35
Binary 100001 1110010 101000 1000111 0 1000001 110111 1111101 110111 11101

Color Harmonies of #217228

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #217228

Black with #217228

Text Example


Text Example

White with #217228

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #217228; }

 p { color: rgb(33,114,40); }

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

background-color css

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

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

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

border-color css

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

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

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