#206F49

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

Shades of Dark Spring Green #206F49

Tints of Dark Spring Green #206F49

Color information

#206F49 (or 0x206F49) is unknown color: approx Dark Spring Green. HEX triplet: 20, 6F and 49. RGB value is (32,111,73). Sum of RGB (Red+Green+Blue) = 32+111+73=216 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.81% from 216); Green value is 111 (43.75% from 255 or 51.39% from 216); Blue value is 73 (28.91% from 255 or 33.80% from 216); Max value from RGB is 111 - color contains mainly: green. Hex color #206F49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206F49 is #DF90B6. Grayscale: #535353. Windows color (decimal): -14651575 or 4812576. OLE color: 4812576.

HSL color Cylindrical-coordinate representation of color #206F49: hue angle of 151.14º degrees, saturation: 0.55, 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 #206F49 is Cyan = 0.71, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB3211173-
CMYK0.7100.340.56
HSL151.14º55.24%28.04%-
HSV(B)151.14º71.17%43.53%-
XYZ7.4812.168.26-
YUV83.05122.3391.59-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.81%
GREEN value IS 111 (43.75% from 255) = 51.39%
BLUE value IS 73 (28.91% from 255) = 33.80%
R=14.81%
G=51.39%
B=33.80%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal32111730.7100.340.56151.1455.2428.04
Hex206F49470223897371c
Octal40157111107042702276734
Binary10000011011111001001100011101000101110001001011111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206F49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206F49; }

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

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

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

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

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

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

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

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