#21712E

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

Shades of San Felix #21712E

Tints of San Felix #21712E

Color information

#21712E (or 0x21712E) is unknown color: approx San Felix. HEX triplet: 21, 71 and 2E. RGB value is (33,113,46). Sum of RGB (Red+Green+Blue) = 33+113+46=192 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.19% from 192); Green value is 113 (44.53% from 255 or 58.85% from 192); Blue value is 46 (18.36% from 255 or 23.96% from 192); Max value from RGB is 113 - color contains mainly: green. Hex color #21712E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #21712E is #DE8ED1. Grayscale: #515151. Windows color (decimal): -14585554 or 3043617. OLE color: 3043617.

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

Color convert

RGB3311346-
CMYK0.7100.590.56
HSL129.75º54.79%28.63%-
HSV(B)129.75º70.8%44.31%-
XYZ7.0312.334.59-
YUV81.4410893.45-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.19%
GREEN value IS 113 (44.53% from 255) = 58.85%
BLUE value IS 46 (18.36% from 255) = 23.96%
R=17.19%
G=58.85%
B=23.96%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal33113460.7100.590.56129.7554.7928.63
Hex21712E4703B3882371d
Octal4116156107073702026735
Binary1000011110001101110100011101110111110001000001011011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21712E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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