#206F4E

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

Shades of Dark Spring Green #206F4E

Tints of Dark Spring Green #206F4E

Color information

#206F4E (or 0x206F4E) is unknown color: approx Dark Spring Green. HEX triplet: 20, 6F and 4E. RGB value is (32,111,78). Sum of RGB (Red+Green+Blue) = 32+111+78=221 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.48% from 221); Green value is 111 (43.75% from 255 or 50.23% from 221); Blue value is 78 (30.86% from 255 or 35.29% from 221); Max value from RGB is 111 - color contains mainly: green. Hex color #206F4E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206F4E is #DF90B1. Grayscale: #535353. Windows color (decimal): -14651570 or 5140256. OLE color: 5140256.

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

Color convert

RGB3211178-
CMYK0.7100.300.56
HSL154.94º55.24%28.04%-
HSV(B)154.94º71.17%43.53%-
XYZ7.6612.239.16-
YUV83.62124.8391.18-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.48%
GREEN value IS 111 (43.75% from 255) = 50.23%
BLUE value IS 78 (30.86% from 255) = 35.29%
R=14.48%
G=50.23%
B=35.29%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal32111780.7100.300.56154.9455.2428.04
Hex206F4E4701E389b371c
Octal40157116107036702336734
Binary1000001101111100111010001110111101110001001101111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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