#216B29

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

Shades of San Felix #216B29

Tints of San Felix #216B29

Color information

#216B29 (or 0x216B29) is unknown color: approx San Felix. HEX triplet: 21, 6B and 29. RGB value is (33,107,41). Sum of RGB (Red+Green+Blue) = 33+107+41=181 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.23% from 181); Green value is 107 (42.19% from 255 or 59.12% from 181); Blue value is 41 (16.41% from 255 or 22.65% from 181); Max value from RGB is 107 - color contains mainly: green. Hex color #216B29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216B29 is #DE94D6. Grayscale: #4D4D4D. Windows color (decimal): -14587095 or 2714401. OLE color: 2714401.

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

Color convert

RGB3310741-
CMYK0.6900.620.58
HSL126.49º52.86%27.45%-
HSV(B)126.49º69.16%41.96%-
XYZ6.29113.89-
YUV77.35107.4896.37-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.23%
GREEN value IS 107 (42.19% from 255) = 59.12%
BLUE value IS 41 (16.41% from 255) = 22.65%
R=18.23%
G=59.12%
B=22.65%

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
Decimal33107410.6900.620.58126.4952.8627.45
Hex216B294503E3A7e351b
Octal4115351105076721766533
Binary100001110101110100110001010111110111010111111011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,107,41); }

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

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

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

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

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

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

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