#20704E

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

Shades of Dark Spring Green #20704E

Tints of Dark Spring Green #20704E

Color information

#20704E (or 0x20704E) is unknown color: approx Dark Spring Green. HEX triplet: 20, 70 and 4E. RGB value is (32,112,78). Sum of RGB (Red+Green+Blue) = 32+112+78=222 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.41% from 222); Green value is 112 (44.14% from 255 or 50.45% from 222); Blue value is 78 (30.86% from 255 or 35.14% from 222); Max value from RGB is 112 - color contains mainly: green. Hex color #20704E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #20704E is #DF8FB1. Grayscale: #545454. Windows color (decimal): -14651314 or 5140512. OLE color: 5140512.

HSL color Cylindrical-coordinate representation of color #20704E: hue angle of 154.5º 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 #20704E is Cyan = 0.71, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB3211278-
CMYK0.7100.300.56
HSL154.5º55.56%28.24%-
HSV(B)154.5º71.43%43.92%-
XYZ7.7612.459.2-
YUV84.2124.590.76-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.41%
GREEN value IS 112 (44.14% from 255) = 50.45%
BLUE value IS 78 (30.86% from 255) = 35.14%
R=14.41%
G=50.45%
B=35.14%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal32112780.7100.300.56154.555.5628.24
Hex20704E4701E389a381c
Octal40160116107036702327034
Binary1000001110000100111010001110111101110001001101011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20704E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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