#217120

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

Shades of San Felix #217120

Tints of San Felix #217120

Color information

#217120 (or 0x217120) is unknown color: approx 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

RGB3311332-
CMYK0.7100.720.56
HSL119.26º55.86%28.43%-
HSV(B)119.26º71.68%44.31%-
XYZ6.7912.243.37-
YUV79.8510194.59-

RGB Variations

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

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 (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal33113320.7100.720.56119.2655.8628.43
Hex217120470483877381c
Octal41161401070110701677034
Binary1000011110001100000100011101001000111000111011111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>