#216F2F

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

Shades of San Felix #216F2F

Tints of San Felix #216F2F

Color information

#216F2F (or 0x216F2F) is unknown color: approx San Felix. HEX triplet: 21, 6F and 2F. RGB value is (33,111,47). Sum of RGB (Red+Green+Blue) = 33+111+47=191 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.28% from 191); Green value is 111 (43.75% from 255 or 58.12% from 191); Blue value is 47 (18.75% from 255 or 24.61% from 191); Max value from RGB is 111 - color contains mainly: green. Hex color #216F2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216F2F is #DE90D0. Grayscale: #505050. Windows color (decimal): -14586065 or 3108641. OLE color: 3108641.

HSL color Cylindrical-coordinate representation of color #216F2F: hue angle of 130.77º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #216F2F is Cyan = 0.70, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB3311147-
CMYK0.7000.580.56
HSL130.77º54.17%28.24%-
HSV(B)130.77º70.27%43.53%-
XYZ6.8211.94.63-
YUV80.38109.1694.2-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.28%
GREEN value IS 111 (43.75% from 255) = 58.12%
BLUE value IS 47 (18.75% from 255) = 24.61%
R=17.28%
G=58.12%
B=24.61%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal33111470.7000.580.56130.7754.1728.24
Hex216F2F4603A3883361c
Octal4115757106072702036634
Binary1000011101111101111100011001110101110001000001111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216F2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,111,47); }

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

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

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

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

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

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

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