#207449

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

Shades of Dark Spring Green #207449

Tints of Dark Spring Green #207449

Color information

#207449 (or 0x207449) is unknown color: approx Dark Spring Green. HEX triplet: 20, 74 and 49. RGB value is (32,116,73). Sum of RGB (Red+Green+Blue) = 32+116+73=221 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.48% from 221); Green value is 116 (45.70% from 255 or 52.49% from 221); Blue value is 73 (28.91% from 255 or 33.03% from 221); Max value from RGB is 116 - color contains mainly: green. Hex color #207449 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #207449 is #DF8BB6. Grayscale: #565656. Windows color (decimal): -14650295 or 4813856. OLE color: 4813856.

HSL color Cylindrical-coordinate representation of color #207449: hue angle of 149.29º degrees, saturation: 0.57, 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 #207449 is Cyan = 0.72, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB3211673-
CMYK0.7200.370.55
HSL149.29º56.76%29.02%-
HSV(B)149.29º72.41%45.49%-
XYZ8.0413.288.44-
YUV85.98120.6789.5-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.48%
GREEN value IS 116 (45.70% from 255) = 52.49%
BLUE value IS 73 (28.91% from 255) = 33.03%
R=14.48%
G=52.49%
B=33.03%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal32116730.7200.370.55149.2956.7629.02
Hex207449480253795391d
Octal40164111110045672257135
Binary10000011101001001001100100001001011101111001010111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207449

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #207449; }

 p { color: rgb(32,116,73); }

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

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

 a { background-color: rgb(32,116,73); }

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

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

 span { border-color: rgb(32,116,73); }

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