#216A2C

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

Shades of San Felix #216A2C

Tints of San Felix #216A2C

Color information

#216A2C (or 0x216A2C) is unknown color: approx San Felix. HEX triplet: 21, 6A and 2C. RGB value is (33,106,44). Sum of RGB (Red+Green+Blue) = 33+106+44=183 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.03% from 183); Green value is 106 (41.80% from 255 or 57.92% from 183); Blue value is 44 (17.58% from 255 or 24.04% from 183); Max value from RGB is 106 - color contains mainly: green. Hex color #216A2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216A2C is #DE95D3. Grayscale: #4D4D4D. Windows color (decimal): -14587348 or 2910753. OLE color: 2910753.

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

Color convert

RGB3310644-
CMYK0.6900.580.58
HSL129.04º52.52%27.25%-
HSV(B)129.04º68.87%41.57%-
XYZ6.2410.814.14-
YUV77.1109.3296.54-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.03%
GREEN value IS 106 (41.80% from 255) = 57.92%
BLUE value IS 44 (17.58% from 255) = 24.04%
R=18.03%
G=57.92%
B=24.04%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal33106440.6900.580.58129.0452.5227.25
Hex216A2C4503A3A81351b
Octal4115254105072722016533
Binary1000011101010101100100010101110101110101000000111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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