#216C1B

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

Shades of San Felix #216C1B

Tints of San Felix #216C1B

Color information

#216C1B (or 0x216C1B) is unknown color: approx San Felix. HEX triplet: 21, 6C and 1B. RGB value is (33,108,27). Sum of RGB (Red+Green+Blue) = 33+108+27=168 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.64% from 168); Green value is 108 (42.58% from 255 or 64.29% from 168); Blue value is 27 (10.94% from 255 or 16.07% from 168); Max value from RGB is 108 - color contains mainly: green. Hex color #216C1B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216C1B is #DE93E4. Grayscale: #4C4C4C. Windows color (decimal): -14586853 or 1797153. OLE color: 1797153.

HSL color Cylindrical-coordinate representation of color #216C1B: hue angle of 115.56º degrees, saturation: 0.6, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #216C1B is Cyan = 0.69, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.58.

Color convert

RGB3310827-
CMYK0.6900.750.58
HSL115.56º60%26.47%-
HSV(B)115.56º75%42.35%-
XYZ6.1911.132.86-
YUV76.34100.1597.09-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.64%
GREEN value IS 108 (42.58% from 255) = 64.29%
BLUE value IS 27 (10.94% from 255) = 16.07%
R=19.64%
G=64.29%
B=16.07%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal33108270.6900.750.58115.566026.47
Hex216C1B4504B3A743c1a
Octal41154331050113721647432
Binary100001110110011011100010101001011111010111010011110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216C1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,108,27); }

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

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

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

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

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

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

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