#216A28

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

Shades of San Felix #216A28

Tints of San Felix #216A28

Color information

#216A28 (or 0x216A28) is unknown color: approx San Felix. HEX triplet: 21, 6A and 28. RGB value is (33,106,40). Sum of RGB (Red+Green+Blue) = 33+106+40=179 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.44% from 179); Green value is 106 (41.80% from 255 or 59.22% from 179); Blue value is 40 (16.02% from 255 or 22.35% from 179); Max value from RGB is 106 - color contains mainly: green. Hex color #216A28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216A28 is #DE95D7. Grayscale: #4C4C4C. Windows color (decimal): -14587352 or 2648609. OLE color: 2648609.

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

Color convert

RGB3310640-
CMYK0.6900.620.58
HSL125.75º52.52%27.25%-
HSV(B)125.75º68.87%41.57%-
XYZ6.1610.783.76-
YUV76.65107.3296.87-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.44%
GREEN value IS 106 (41.80% from 255) = 59.22%
BLUE value IS 40 (16.02% from 255) = 22.35%
R=18.44%
G=59.22%
B=22.35%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal33106400.6900.620.58125.7552.5227.25
Hex216A284503E3A7e351b
Octal4115250105076721766533
Binary100001110101010100010001010111110111010111111011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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