#216D17

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

Shades of San Felix #216D17

Tints of San Felix #216D17

Color information

#216D17 (or 0x216D17) is unknown color: approx San Felix. HEX triplet: 21, 6D and 17. RGB value is (33,109,23). Sum of RGB (Red+Green+Blue) = 33+109+23=165 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20% from 165); Green value is 109 (42.97% from 255 or 66.06% from 165); Blue value is 23 (9.38% from 255 or 13.94% from 165); Max value from RGB is 109 - color contains mainly: green. Hex color #216D17 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #216D17 is #DE92E8. Grayscale: #4C4C4C. Windows color (decimal): -14586601 or 1535265. OLE color: 1535265.

HSL color Cylindrical-coordinate representation of color #216D17: hue angle of 113.02º degrees, saturation: 0.65, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #216D17 is Cyan = 0.70, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.57.

Color convert

RGB3310923-
CMYK0.7000.790.57
HSL113.02º65.15%25.88%-
HSV(B)113.02º78.9%42.75%-
XYZ6.2511.322.67-
YUV76.4797.8296.99-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20%
GREEN value IS 109 (42.97% from 255) = 66.06%
BLUE value IS 23 (9.38% from 255) = 13.94%
R=20%
G=66.06%
B=13.94%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal33109230.7000.790.57113.0265.1525.88
Hex216D174604F3971411a
Octal411552710601177116110132
Binary1000011101101101111000110010011111110011110001100000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216D17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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