#20704D

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

Shades of Dark Spring Green #20704D

Tints of Dark Spring Green #20704D

Color information

#20704D (or 0x20704D) is unknown color: approx Dark Spring Green. HEX triplet: 20, 70 and 4D. RGB value is (32,112,77). Sum of RGB (Red+Green+Blue) = 32+112+77=221 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.48% from 221); Green value is 112 (44.14% from 255 or 50.68% from 221); Blue value is 77 (30.47% from 255 or 34.84% from 221); Max value from RGB is 112 - color contains mainly: green. Hex color #20704D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20704D is #DF8FB2. Grayscale: #545454. Windows color (decimal): -14651315 or 5074976. OLE color: 5074976.

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

Color convert

RGB3211277-
CMYK0.7100.310.56
HSL153.75º55.56%28.24%-
HSV(B)153.75º71.43%43.92%-
XYZ7.7312.439.01-
YUV84.0912490.85-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.48%
GREEN value IS 112 (44.14% from 255) = 50.68%
BLUE value IS 77 (30.47% from 255) = 34.84%
R=14.48%
G=50.68%
B=34.84%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal32112770.7100.310.56153.7555.5628.24
Hex20704D4701F389a381c
Octal40160115107037702327034
Binary1000001110000100110110001110111111110001001101011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20704D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20704D; }

 p { color: rgb(32,112,77); }

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

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

 a { background-color: rgb(32,112,77); }

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

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

 span { border-color: rgb(32,112,77); }

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