#216A2A

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

Shades of San Felix #216A2A

Tints of San Felix #216A2A

Color information

#216A2A (or 0x216A2A) is unknown color: approx San Felix. HEX triplet: 21, 6A and 2A. RGB value is (33,106,42). Sum of RGB (Red+Green+Blue) = 33+106+42=181 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.23% from 181); Green value is 106 (41.80% from 255 or 58.56% from 181); Blue value is 42 (16.80% from 255 or 23.20% from 181); Max value from RGB is 106 - color contains mainly: green. Hex color #216A2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216A2A is #DE95D5. Grayscale: #4D4D4D. Windows color (decimal): -14587350 or 2779681. OLE color: 2779681.

HSL color Cylindrical-coordinate representation of color #216A2A: hue angle of 127.4º 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 #216A2A is Cyan = 0.69, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.58.

Color convert

RGB3310642-
CMYK0.6900.600.58
HSL127.4º52.52%27.25%-
HSV(B)127.4º68.87%41.57%-
XYZ6.210.83.95-
YUV76.88108.3296.7-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.23%
GREEN value IS 106 (41.80% from 255) = 58.56%
BLUE value IS 42 (16.80% from 255) = 23.20%
R=18.23%
G=58.56%
B=23.20%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal33106420.6900.600.58127.452.5227.25
Hex216A2A4503C3A7f351b
Octal4115252105074721776533
Binary100001110101010101010001010111100111010111111111010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216A2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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