#217827

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

Shades of San Felix #217827

Tints of San Felix #217827

Color information

#217827 (or 0x217827) is unknown color: approx San Felix. HEX triplet: 21, 78 and 27. RGB value is (33,120,39). Sum of RGB (Red+Green+Blue) = 33+120+39=192 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.19% from 192); Green value is 120 (47.27% from 255 or 62.5% from 192); Blue value is 39 (15.62% from 255 or 20.31% from 192); Max value from RGB is 120 - color contains mainly: green. Hex color #217827 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217827 is #DE87D8. Grayscale: #545454. Windows color (decimal): -14583769 or 2586657. OLE color: 2586657.

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

Color convert

RGB3312039-
CMYK0.7200.670.53
HSL124.14º56.86%30%-
HSV(B)124.14º72.5%47.06%-
XYZ7.7113.94.2-
YUV84.75102.1891.09-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.19%
GREEN value IS 120 (47.27% from 255) = 62.5%
BLUE value IS 39 (15.62% from 255) = 20.31%
R=17.19%
G=62.5%
B=20.31%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal33120390.7200.670.53124.1456.8630
Hex21782748043357c391e
Octal41170471100103651747136
Binary1000011111000100111100100001000011110101111110011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217827; }

 p { color: rgb(33,120,39); }

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

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

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

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

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

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

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