#20704B

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

Shades of Dark Spring Green #20704B

Tints of Dark Spring Green #20704B

Color information

#20704B (or 0x20704B) is unknown color: approx Dark Spring Green. HEX triplet: 20, 70 and 4B. RGB value is (32,112,75). Sum of RGB (Red+Green+Blue) = 32+112+75=219 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.61% from 219); Green value is 112 (44.14% from 255 or 51.14% from 219); Blue value is 75 (29.69% from 255 or 34.25% from 219); Max value from RGB is 112 - color contains mainly: green. Hex color #20704B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #20704B is #DF8FB4. Grayscale: #535353. Windows color (decimal): -14651317 or 4943904. OLE color: 4943904.

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

Color convert

RGB3211275-
CMYK0.7100.330.56
HSL152.25º55.56%28.24%-
HSV(B)152.25º71.43%43.92%-
XYZ7.6612.48.65-
YUV83.8612391.01-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.61%
GREEN value IS 112 (44.14% from 255) = 51.14%
BLUE value IS 75 (29.69% from 255) = 34.25%
R=14.61%
G=51.14%
B=34.25%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal32112750.7100.330.56152.2555.5628.24
Hex20704B470213898381c
Octal40160113107041702307034
Binary10000011100001001011100011101000011110001001100011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20704B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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