#216F41

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

Shades of Dark Spring Green #216F41

Tints of Dark Spring Green #216F41

Color information

#216F41 (or 0x216F41) is unknown color: approx Dark Spring Green. HEX triplet: 21, 6F and 41. RGB value is (33,111,65). Sum of RGB (Red+Green+Blue) = 33+111+65=209 (27% of max value = 765). Red value is 33 (13.28% from 255 or 15.79% from 209); Green value is 111 (43.75% from 255 or 53.11% from 209); Blue value is 65 (25.78% from 255 or 31.10% from 209); Max value from RGB is 111 - color contains mainly: green. Hex color #216F41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #216F41 is #DE90BE. Grayscale: #525252. Windows color (decimal): -14586047 or 4288289. OLE color: 4288289.

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

Color convert

RGB3311165-
CMYK0.7000.410.56
HSL144.62º54.17%28.24%-
HSV(B)144.62º70.27%43.53%-
XYZ7.2712.076.95-
YUV82.43118.1692.74-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.79%
GREEN value IS 111 (43.75% from 255) = 53.11%
BLUE value IS 65 (25.78% from 255) = 31.10%
R=15.79%
G=53.11%
B=31.10%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal33111650.7000.410.56144.6254.1728.24
Hex216F41460293891361c
Octal41157101106051702216634
Binary10000111011111000001100011001010011110001001000111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216F41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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