#21712D

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

Shades of San Felix #21712D

Tints of San Felix #21712D

Color information

#21712D (or 0x21712D) is unknown color: approx San Felix. HEX triplet: 21, 71 and 2D. RGB value is (33,113,45). Sum of RGB (Red+Green+Blue) = 33+113+45=191 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.28% from 191); Green value is 113 (44.53% from 255 or 59.16% from 191); Blue value is 45 (17.97% from 255 or 23.56% from 191); Max value from RGB is 113 - color contains mainly: green. Hex color #21712D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21712D is #DE8ED2. Grayscale: #515151. Windows color (decimal): -14585555 or 2978081. OLE color: 2978081.

HSL color Cylindrical-coordinate representation of color #21712D: hue angle of 129º 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 #21712D is Cyan = 0.71, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB3311345-
CMYK0.7100.600.56
HSL129º54.79%28.63%-
HSV(B)129º70.8%44.31%-
XYZ7.0112.324.49-
YUV81.33107.593.53-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.28%
GREEN value IS 113 (44.53% from 255) = 59.16%
BLUE value IS 45 (17.97% from 255) = 23.56%
R=17.28%
G=59.16%
B=23.56%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal33113450.7100.600.5612954.7928.63
Hex21712D4703C3881371d
Octal4116155107074702016735
Binary1000011110001101101100011101111001110001000000111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21712D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21712D; }

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

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

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

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

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

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

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

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