#20704A

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

Shades of Dark Spring Green #20704A

Tints of Dark Spring Green #20704A

Color information

#20704A (or 0x20704A) is unknown color: approx Dark Spring Green. HEX triplet: 20, 70 and 4A. RGB value is (32,112,74). Sum of RGB (Red+Green+Blue) = 32+112+74=218 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.68% from 218); Green value is 112 (44.14% from 255 or 51.38% from 218); Blue value is 74 (29.30% from 255 or 33.94% from 218); Max value from RGB is 112 - color contains mainly: green. Hex color #20704A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20704A is #DF8FB5. Grayscale: #535353. Windows color (decimal): -14651318 or 4878368. OLE color: 4878368.

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

Color convert

RGB3211274-
CMYK0.7100.340.56
HSL151.5º55.56%28.24%-
HSV(B)151.5º71.43%43.92%-
XYZ7.6312.398.47-
YUV83.75122.591.09-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.68%
GREEN value IS 112 (44.14% from 255) = 51.38%
BLUE value IS 74 (29.30% from 255) = 33.94%
R=14.68%
G=51.38%
B=33.94%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal32112740.7100.340.56151.555.5628.24
Hex20704A470223898381c
Octal40160112107042702307034
Binary10000011100001001010100011101000101110001001100011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20704A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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