#216921

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

Shades of San Felix #216921

Tints of San Felix #216921

Color information

#216921 (or 0x216921) is unknown color: approx San Felix. HEX triplet: 21, 69 and 21. RGB value is (33,105,33). Sum of RGB (Red+Green+Blue) = 33+105+33=171 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.30% from 171); Green value is 105 (41.41% from 255 or 61.40% from 171); Blue value is 33 (13.28% from 255 or 19.30% from 171); Max value from RGB is 105 - color contains mainly: green. Hex color #216921 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216921 is #DE96DE. Grayscale: #4B4B4B. Windows color (decimal): -14587615 or 2189601. OLE color: 2189601.

HSL color Cylindrical-coordinate representation of color #216921: hue angle of 120º degrees, saturation: 0.52, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #216921 is Cyan = 0.69, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.59.

Color convert

RGB3310533-
CMYK0.6900.690.59
HSL120º52.17%27.06%-
HSV(B)120º68.57%41.18%-
XYZ5.9510.543.16-
YUV75.26104.1597.85-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.30%
GREEN value IS 105 (41.41% from 255) = 61.40%
BLUE value IS 33 (13.28% from 255) = 19.30%
R=19.30%
G=61.40%
B=19.30%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal33105330.6900.690.5912052.1727.06
Hex216921450453B78341b
Octal41151411050105731706433
Binary1000011101001100001100010101000101111011111100011010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216921; }

 p { color: rgb(33,105,33); }

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

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

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

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

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

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

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