#217142

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

Shades of Dark Spring Green #217142

Tints of Dark Spring Green #217142

Color information

#217142 (or 0x217142) is unknown color: approx Dark Spring Green. HEX triplet: 21, 71 and 42. RGB value is (33,113,66). Sum of RGB (Red+Green+Blue) = 33+113+66=212 (28% of max value = 765). Red value is 33 (13.28% from 255 or 15.57% from 212); Green value is 113 (44.53% from 255 or 53.30% from 212); Blue value is 66 (26.17% from 255 or 31.13% from 212); Max value from RGB is 113 - color contains mainly: green. Hex color #217142 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #217142 is #DE8EBD. Grayscale: #535353. Windows color (decimal): -14585534 or 4354337. OLE color: 4354337.

HSL color Cylindrical-coordinate representation of color #217142: hue angle of 144.75º degrees, saturation: 0.55, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #217142 is Cyan = 0.71, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.56.

Color convert

RGB3311366-
CMYK0.7100.420.56
HSL144.75º54.79%28.63%-
HSV(B)144.75º70.8%44.31%-
XYZ7.5212.537.18-
YUV83.7211891.82-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 15.57%
GREEN value IS 113 (44.53% from 255) = 53.30%
BLUE value IS 66 (26.17% from 255) = 31.13%
R=15.57%
G=53.30%
B=31.13%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal33113660.7100.420.56144.7554.7928.63
Hex2171424702A3891371d
Octal41161102107052702216735
Binary10000111100011000010100011101010101110001001000111011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #217142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #217142; }

 p { color: rgb(33,113,66); }

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

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

 a { background-color: rgb(33,113,66); }

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

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

 span { border-color: rgb(33,113,66); }

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