#216B49

Color #216B49 Dark Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Spring Green #216B49

Tints of Dark Spring Green #216B49

Color information

#216B49 (or 0x216B49) is unknown color: approx Dark Spring Green. HEX triplet: 21, 6B and 49. RGB value is (33,107,73). Sum of RGB (Red+Green+Blue) = 33+107+73=213 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.49% from 213); Green value is 107 (42.19% from 255 or 50.23% from 213); Blue value is 73 (28.91% from 255 or 34.27% from 213); Max value from RGB is 107 - color contains mainly: green. Hex color #216B49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216B49 is #DE94B6. Grayscale: #515151. Windows color (decimal): -14587063 or 4811553. OLE color: 4811553.

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

Color convert

RGB3310773-
CMYK0.6900.320.58
HSL152.43º52.86%27.45%-
HSV(B)152.43º69.16%41.96%-
XYZ7.0911.328.11-
YUV81123.4893.76-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.49%
GREEN value IS 107 (42.19% from 255) = 50.23%
BLUE value IS 73 (28.91% from 255) = 34.27%
R=15.49%
G=50.23%
B=34.27%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal33107730.6900.320.58152.4352.8627.45
Hex216B49450203A98351b
Octal41153111105040722306533
Binary10000111010111001001100010101000001110101001100011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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