#217830

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

Shades of San Felix #217830

Tints of San Felix #217830

Color information

#217830 (or 0x217830) is unknown color: approx San Felix. HEX triplet: 21, 78 and 30. RGB value is (33,120,48). Sum of RGB (Red+Green+Blue) = 33+120+48=201 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.42% from 201); Green value is 120 (47.27% from 255 or 59.70% from 201); Blue value is 48 (19.14% from 255 or 23.88% from 201); Max value from RGB is 120 - color contains mainly: green. Hex color #217830 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217830 is #DE87CF. Grayscale: #555555. Windows color (decimal): -14583760 or 3176481. OLE color: 3176481.

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

Color convert

RGB3312048-
CMYK0.7200.600.53
HSL130.34º56.86%30%-
HSV(B)130.34º72.5%47.06%-
XYZ7.8813.975.08-
YUV85.78106.6890.35-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.42%
GREEN value IS 120 (47.27% from 255) = 59.70%
BLUE value IS 48 (19.14% from 255) = 23.88%
R=16.42%
G=59.70%
B=23.88%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal33120480.7200.600.53130.3456.8630
Hex2178304803C3582391e
Octal4117060110074652027136
Binary1000011111000110000100100001111001101011000001011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217830; }

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

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

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

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

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

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

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

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