#217728

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

Shades of San Felix #217728

Tints of San Felix #217728

Color information

#217728 (or 0x217728) is unknown color: approx San Felix. HEX triplet: 21, 77 and 28. RGB value is (33,119,40). Sum of RGB (Red+Green+Blue) = 33+119+40=192 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.19% from 192); Green value is 119 (46.88% from 255 or 61.98% from 192); Blue value is 40 (16.02% from 255 or 20.83% from 192); Max value from RGB is 119 - color contains mainly: green. Hex color #217728 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217728 is #DE88D7. Grayscale: #545454. Windows color (decimal): -14584024 or 2651937. OLE color: 2651937.

HSL color Cylindrical-coordinate representation of color #217728: hue angle of 124.88º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #217728 is Cyan = 0.72, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.53.

Color convert

RGB3311940-
CMYK0.7200.660.53
HSL124.88º56.58%29.8%-
HSV(B)124.88º72.27%46.67%-
XYZ7.6113.674.25-
YUV84.28103.0191.42-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.19%
GREEN value IS 119 (46.88% from 255) = 61.98%
BLUE value IS 40 (16.02% from 255) = 20.83%
R=17.19%
G=61.98%
B=20.83%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal33119400.7200.660.53124.8856.5829.8
Hex21772848042357d391e
Octal41167501100102651757136
Binary1000011110111101000100100001000010110101111110111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217728; }

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

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

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

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

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

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

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

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