#217129

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

Shades of San Felix #217129

Tints of San Felix #217129

Color information

#217129 (or 0x217129) is unknown color: approx San Felix. HEX triplet: 21, 71 and 29. RGB value is (33,113,41). Sum of RGB (Red+Green+Blue) = 33+113+41=187 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.65% from 187); Green value is 113 (44.53% from 255 or 60.43% from 187); Blue value is 41 (16.41% from 255 or 21.93% from 187); Max value from RGB is 113 - color contains mainly: green. Hex color #217129 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217129 is #DE8ED6. Grayscale: #515151. Windows color (decimal): -14585559 or 2715937. OLE color: 2715937.

HSL color Cylindrical-coordinate representation of color #217129: hue angle of 126º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #217129 is Cyan = 0.71, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.56.

Color convert

RGB3311341-
CMYK0.7100.640.56
HSL126º54.79%28.63%-
HSV(B)126º70.8%44.31%-
XYZ6.9312.294.11-
YUV80.87105.593.85-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.65%
GREEN value IS 113 (44.53% from 255) = 60.43%
BLUE value IS 41 (16.41% from 255) = 21.93%
R=17.65%
G=60.43%
B=21.93%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal33113410.7100.640.5612654.7928.63
Hex21712947040387e371d
Octal41161511070100701766735
Binary1000011110001101001100011101000000111000111111011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217129; }

 p { color: rgb(33,113,41); }

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

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

 a { background-color: rgb(33,113,41); }

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

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

 span { border-color: rgb(33,113,41); }

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