#207245

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

Shades of Dark Spring Green #207245

Tints of Dark Spring Green #207245

Color information

#207245 (or 0x207245) is unknown color: approx Dark Spring Green. HEX triplet: 20, 72 and 45. RGB value is (32,114,69). Sum of RGB (Red+Green+Blue) = 32+114+69=215 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.88% from 215); Green value is 114 (44.92% from 255 or 53.02% from 215); Blue value is 69 (27.34% from 255 or 32.09% from 215); Max value from RGB is 114 - color contains mainly: green. Hex color #207245 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #207245 is #DF8DBA. Grayscale: #545454. Windows color (decimal): -14650811 or 4551200. OLE color: 4551200.

HSL color Cylindrical-coordinate representation of color #207245: hue angle of 147.07º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #207245 is Cyan = 0.72, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.55.

Color convert

RGB3211469-
CMYK0.7200.390.55
HSL147.07º56.16%28.63%-
HSV(B)147.07º71.93%44.71%-
XYZ7.6912.777.69-
YUV84.35119.3390.66-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.88%
GREEN value IS 114 (44.92% from 255) = 53.02%
BLUE value IS 69 (27.34% from 255) = 32.09%
R=14.88%
G=53.02%
B=32.09%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal32114690.7200.390.55147.0756.1628.63
Hex207245480273793381d
Octal40162105110047672237035
Binary10000011100101000101100100001001111101111001001111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207245

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #207245; }

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

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

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

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

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

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

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

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