#217940

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

Shades of Dark Spring Green #217940

Tints of Dark Spring Green #217940

Color information

#217940 (or 0x217940) is unknown color: approx Dark Spring Green. HEX triplet: 21, 79 and 40. RGB value is (33,121,64). Sum of RGB (Red+Green+Blue) = 33+121+64=218 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.14% from 218); Green value is 121 (47.66% from 255 or 55.50% from 218); Blue value is 64 (25.39% from 255 or 29.36% from 218); Max value from RGB is 121 - color contains mainly: green. Hex color #217940 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217940 is #DE86BF. Grayscale: #585858. Windows color (decimal): -14583488 or 4225313. OLE color: 4225313.

HSL color Cylindrical-coordinate representation of color #217940: hue angle of 141.14º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #217940 is Cyan = 0.73, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB3312164-
CMYK0.7300.470.53
HSL141.14º57.14%30.2%-
HSV(B)141.14º72.73%47.45%-
XYZ8.3914.377.18-
YUV88.19114.3588.63-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.14%
GREEN value IS 121 (47.66% from 255) = 55.50%
BLUE value IS 64 (25.39% from 255) = 29.36%
R=15.14%
G=55.50%
B=29.36%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal33121640.7300.470.53141.1457.1430.2
Hex2179404902F358d391e
Octal41171100111057652157136
Binary10000111110011000000100100101011111101011000110111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217940; }

 p { color: rgb(33,121,64); }

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

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

 a { background-color: rgb(33,121,64); }

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

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

 span { border-color: rgb(33,121,64); }

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