#216B1F

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

Shades of San Felix #216B1F

Tints of San Felix #216B1F

Color information

#216B1F (or 0x216B1F) is unknown color: approx San Felix. HEX triplet: 21, 6B and 1F. RGB value is (33,107,31). Sum of RGB (Red+Green+Blue) = 33+107+31=171 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.30% from 171); Green value is 107 (42.19% from 255 or 62.57% from 171); Blue value is 31 (12.5% from 255 or 18.13% from 171); Max value from RGB is 107 - color contains mainly: green. Hex color #216B1F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216B1F is #DE94E0. Grayscale: #4C4C4C. Windows color (decimal): -14587105 or 2059041. OLE color: 2059041.

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

Color convert

RGB3310731-
CMYK0.6900.710.58
HSL118.42º55.07%27.06%-
HSV(B)118.42º71.03%41.96%-
XYZ6.1310.943.08-
YUV76.21102.4897.18-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.30%
GREEN value IS 107 (42.19% from 255) = 62.57%
BLUE value IS 31 (12.5% from 255) = 18.13%
R=19.30%
G=62.57%
B=18.13%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal33107310.6900.710.58118.4255.0727.06
Hex216B1F450473A76371b
Octal41153371050107721666733
Binary100001110101111111100010101000111111010111011011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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