#216D28

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

Shades of San Felix #216D28

Tints of San Felix #216D28

Color information

#216D28 (or 0x216D28) is unknown color: approx San Felix. HEX triplet: 21, 6D and 28. RGB value is (33,109,40). Sum of RGB (Red+Green+Blue) = 33+109+40=182 (24% of max value = 765). Red value is 33 (13.28% from 255 or 18.13% from 182); Green value is 109 (42.97% from 255 or 59.89% from 182); Blue value is 40 (16.02% from 255 or 21.98% from 182); Max value from RGB is 109 - color contains mainly: green. Hex color #216D28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216D28 is #DE92D7. Grayscale: #4E4E4E. Windows color (decimal): -14586584 or 2649377. OLE color: 2649377.

HSL color Cylindrical-coordinate representation of color #216D28: hue angle of 125.53º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #216D28 is Cyan = 0.70, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.57.

Color convert

RGB3310940-
CMYK0.7000.630.57
HSL125.53º53.52%27.84%-
HSV(B)125.53º69.72%42.75%-
XYZ6.4811.413.87-
YUV78.41106.3295.61-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.13%
GREEN value IS 109 (42.97% from 255) = 59.89%
BLUE value IS 40 (16.02% from 255) = 21.98%
R=18.13%
G=59.89%
B=21.98%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal33109400.7000.630.57125.5353.5227.84
Hex216D284603F397e361c
Octal4115550106077711766634
Binary100001110110110100010001100111111111001111111011011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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