#207D40

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

Shades of Dark Spring Green #207D40

Tints of Dark Spring Green #207D40

Color information

#207D40 (or 0x207D40) is unknown color: approx Dark Spring Green. HEX triplet: 20, 7D and 40. RGB value is (32,125,64). Sum of RGB (Red+Green+Blue) = 32+125+64=221 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.48% from 221); Green value is 125 (49.22% from 255 or 56.56% from 221); Blue value is 64 (25.39% from 255 or 28.96% from 221); Max value from RGB is 125 - color contains mainly: green. Hex color #207D40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #207D40 is #DF82BF. Grayscale: #5A5A5A. Windows color (decimal): -14648000 or 4226336. OLE color: 4226336.

HSL color Cylindrical-coordinate representation of color #207D40: hue angle of 140.65º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #207D40 is Cyan = 0.74, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.51.

Color convert

RGB3212564-
CMYK0.7400.490.51
HSL140.65º59.24%30.78%-
HSV(B)140.65º74.4%49.02%-
XYZ8.8515.347.35-
YUV90.24113.1986.46-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.48%
GREEN value IS 125 (49.22% from 255) = 56.56%
BLUE value IS 64 (25.39% from 255) = 28.96%
R=14.48%
G=56.56%
B=28.96%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal32125640.7400.490.51140.6559.2430.78
Hex207D404A031338d3b1f
Octal40175100112061632157337
Binary10000011111011000000100101001100011100111000110111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207D40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #207D40; }

 p { color: rgb(32,125,64); }

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

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

 a { background-color: rgb(32,125,64); }

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

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

 span { border-color: rgb(32,125,64); }

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