#216629

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

Shades of San Felix #216629

Tints of San Felix #216629

Color information

#216629 (or 0x216629) is unknown color: approx San Felix. HEX triplet: 21, 66 and 29. RGB value is (33,102,41). Sum of RGB (Red+Green+Blue) = 33+102+41=176 (23% of max value = 765). Red value is 33 (13.28% from 255 or 18.75% from 176); Green value is 102 (40.23% from 255 or 57.95% from 176); Blue value is 41 (16.41% from 255 or 23.30% from 176); Max value from RGB is 102 - color contains mainly: green. Hex color #216629 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216629 is #DE99D6. Grayscale: #4A4A4A. Windows color (decimal): -14588375 or 2713121. OLE color: 2713121.

HSL color Cylindrical-coordinate representation of color #216629: hue angle of 126.96º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #216629 is Cyan = 0.68, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.6.

Color convert

RGB3310241-
CMYK0.6800.600.6
HSL126.96º51.11%26.47%-
HSV(B)126.96º67.65%40%-
XYZ5.789.993.72-
YUV74.42109.1498.46-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 18.75%
GREEN value IS 102 (40.23% from 255) = 57.95%
BLUE value IS 41 (16.41% from 255) = 23.30%
R=18.75%
G=57.95%
B=23.30%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal33102410.6800.600.6126.9651.1126.47
Hex2166294403C3C7f331a
Octal4114651104074741776332
Binary100001110011010100110001000111100111100111111111001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216629; }

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

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

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

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

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

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

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

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