#216A13

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

Shades of San Felix #216A13

Tints of San Felix #216A13

Color information

#216A13 (or 0x216A13) is unknown color: approx San Felix. HEX triplet: 21, 6A and 13. RGB value is (33,106,19). Sum of RGB (Red+Green+Blue) = 33+106+19=158 (20% of max value = 765). Red value is 33 (13.28% from 255 or 20.89% from 158); Green value is 106 (41.80% from 255 or 67.09% from 158); Blue value is 19 (7.81% from 255 or 12.03% from 158); Max value from RGB is 106 - color contains mainly: green. Hex color #216A13 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #216A13 is #DE95EC. Grayscale: #4A4A4A. Windows color (decimal): -14587373 or 1272353. OLE color: 1272353.

HSL color Cylindrical-coordinate representation of color #216A13: hue angle of 110.34º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #216A13 is Cyan = 0.69, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.58.

Color convert

RGB3310619-
CMYK0.6900.820.58
HSL110.34º69.6%24.51%-
HSV(B)110.34º82.08%41.57%-
XYZ5.910.682.37-
YUV74.2696.8298.57-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.89%
GREEN value IS 106 (41.80% from 255) = 67.09%
BLUE value IS 19 (7.81% from 255) = 12.03%
R=20.89%
G=67.09%
B=12.03%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal33106190.6900.820.58110.3469.624.51
Hex216A13450523A6e4619
Octal411522310501227215610631
Binary1000011101010100111000101010100101110101101110100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216A13; }

 p { color: rgb(33,106,19); }

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

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

 a { background-color: rgb(33,106,19); }

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

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

 span { border-color: rgb(33,106,19); }

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