#217826

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

Shades of San Felix #217826

Tints of San Felix #217826

Color information

#217826 (or 0x217826) is unknown color: approx San Felix. HEX triplet: 21, 78 and 26. RGB value is (33,120,38). Sum of RGB (Red+Green+Blue) = 33+120+38=191 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.28% from 191); Green value is 120 (47.27% from 255 or 62.83% from 191); Blue value is 38 (15.23% from 255 or 19.90% from 191); Max value from RGB is 120 - color contains mainly: green. Hex color #217826 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217826 is #DE87D9. Grayscale: #545454. Windows color (decimal): -14583770 or 2521121. OLE color: 2521121.

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

Color convert

RGB3312038-
CMYK0.7200.680.53
HSL123.45º56.86%30%-
HSV(B)123.45º72.5%47.06%-
XYZ7.6913.94.11-
YUV84.64101.6891.17-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.28%
GREEN value IS 120 (47.27% from 255) = 62.83%
BLUE value IS 38 (15.23% from 255) = 19.90%
R=17.28%
G=62.83%
B=19.90%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal33120380.7200.680.53123.4556.8630
Hex21782648044357b391e
Octal41170461100104651737136
Binary1000011111000100110100100001000100110101111101111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217826; }

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

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

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

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

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

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

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

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