#216F47

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

Shades of Dark Spring Green #216F47

Tints of Dark Spring Green #216F47

Color information

#216F47 (or 0x216F47) is unknown color: approx Dark Spring Green. HEX triplet: 21, 6F and 47. RGB value is (33,111,71). Sum of RGB (Red+Green+Blue) = 33+111+71=215 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.35% from 215); Green value is 111 (43.75% from 255 or 51.63% from 215); Blue value is 71 (28.12% from 255 or 33.02% from 215); Max value from RGB is 111 - color contains mainly: green. Hex color #216F47 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216F47 is #DE90B8. Grayscale: #535353. Windows color (decimal): -14586041 or 4681505. OLE color: 4681505.

HSL color Cylindrical-coordinate representation of color #216F47: hue angle of 149.23º 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 #216F47 is Cyan = 0.70, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.56.

Color convert

RGB3311171-
CMYK0.7000.360.56
HSL149.23º54.17%28.24%-
HSV(B)149.23º70.27%43.53%-
XYZ7.4512.157.91-
YUV83.12121.1692.25-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.35%
GREEN value IS 111 (43.75% from 255) = 51.63%
BLUE value IS 71 (28.12% from 255) = 33.02%
R=15.35%
G=51.63%
B=33.02%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal33111710.7000.360.56149.2354.1728.24
Hex216F47460243895361c
Octal41157107106044702256634
Binary10000111011111000111100011001001001110001001010111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216F47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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