#217221

Color #217221 San Felix (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of San Felix #217221

Tints of San Felix #217221

Color information

#217221 (or 0x217221) is unknown color: approx San Felix. HEX triplet: 21, 72 and 21. RGB value is (33,114,33). Sum of RGB (Red+Green+Blue) = 33+114+33=180 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.33% from 180); Green value is 114 (44.92% from 255 or 63.33% from 180); Blue value is 33 (13.28% from 255 or 18.33% from 180); Max value from RGB is 114 - color contains mainly: green. Hex color #217221 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217221 is #DE8DDE. Grayscale: #505050. Windows color (decimal): -14585311 or 2191905. OLE color: 2191905.

HSL color Cylindrical-coordinate representation of color #217221: hue angle of 120º 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 #217221 is Cyan = 0.71, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.55.

Color convert

RGB3311433-
CMYK0.7100.710.55
HSL120º55.1%28.82%-
HSV(B)120º71.05%44.71%-
XYZ6.9212.473.48-
YUV80.55101.1694.09-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.33%
GREEN value IS 114 (44.92% from 255) = 63.33%
BLUE value IS 33 (13.28% from 255) = 18.33%
R=18.33%
G=63.33%
B=18.33%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal33114330.7100.710.5512055.128.82
Hex217221470473778371d
Octal41162411070107671706735
Binary1000011110010100001100011101000111110111111100011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217221; }

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

 H1.HeaderClassName
 {
   color: #217221;
 }
 .AnyTagClassName
 {
   color: #217221;
 }
</style>
background-color css

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

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

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

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

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

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