#207045

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

Shades of Dark Spring Green #207045

Tints of Dark Spring Green #207045

Color information

#207045 (or 0x207045) is unknown color: approx Dark Spring Green. HEX triplet: 20, 70 and 45. RGB value is (32,112,69). Sum of RGB (Red+Green+Blue) = 32+112+69=213 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.02% from 213); Green value is 112 (44.14% from 255 or 52.58% from 213); Blue value is 69 (27.34% from 255 or 32.39% from 213); Max value from RGB is 112 - color contains mainly: green. Hex color #207045 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #207045 is #DF8FBA. Grayscale: #535353. Windows color (decimal): -14651323 or 4550688. OLE color: 4550688.

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

Color convert

RGB3211269-
CMYK0.7100.380.56
HSL147.75º55.56%28.24%-
HSV(B)147.75º71.43%43.92%-
XYZ7.4612.337.62-
YUV83.1812091.5-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.02%
GREEN value IS 112 (44.14% from 255) = 52.58%
BLUE value IS 69 (27.34% from 255) = 32.39%
R=15.02%
G=52.58%
B=32.39%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal32112690.7100.380.56147.7555.5628.24
Hex207045470263894381c
Octal40160105107046702247034
Binary10000011100001000101100011101001101110001001010011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #207045; }

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

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

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

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

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

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

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

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