#217428

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

Shades of San Felix #217428

Tints of San Felix #217428

Color information

#217428 (or 0x217428) is unknown color: approx San Felix. HEX triplet: 21, 74 and 28. RGB value is (33,116,40). Sum of RGB (Red+Green+Blue) = 33+116+40=189 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.46% from 189); Green value is 116 (45.70% from 255 or 61.38% from 189); Blue value is 40 (16.02% from 255 or 21.16% from 189); Max value from RGB is 116 - color contains mainly: green. Hex color #217428 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217428 is #DE8BD7. Grayscale: #525252. Windows color (decimal): -14584792 or 2651169. OLE color: 2651169.

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

Color convert

RGB3311640-
CMYK0.7200.660.55
HSL125.06º55.7%29.22%-
HSV(B)125.06º71.55%45.49%-
XYZ7.2612.974.13-
YUV82.5210492.68-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.46%
GREEN value IS 116 (45.70% from 255) = 61.38%
BLUE value IS 40 (16.02% from 255) = 21.16%
R=17.46%
G=61.38%
B=21.16%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal33116400.7200.660.55125.0655.729.22
Hex21742848042377d381d
Octal41164501100102671757035
Binary1000011110100101000100100001000010110111111110111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217428; }

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

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

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

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

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

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

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

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