#206E4F

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

Shades of Dark Spring Green #206E4F

Tints of Dark Spring Green #206E4F

Color information

#206E4F (or 0x206E4F) is unknown color: approx Dark Spring Green. HEX triplet: 20, 6E and 4F. RGB value is (32,110,79). Sum of RGB (Red+Green+Blue) = 32+110+79=221 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.48% from 221); Green value is 110 (43.36% from 255 or 49.77% from 221); Blue value is 79 (31.25% from 255 or 35.75% from 221); Max value from RGB is 110 - color contains mainly: green. Hex color #206E4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206E4F is #DF91B0. Grayscale: #535353. Windows color (decimal): -14651825 or 5205536. OLE color: 5205536.

HSL color Cylindrical-coordinate representation of color #206E4F: hue angle of 156.15º degrees, saturation: 0.55, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #206E4F is Cyan = 0.71, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.57.

Color convert

RGB3211079-
CMYK0.7100.280.57
HSL156.15º54.93%27.84%-
HSV(B)156.15º70.91%43.14%-
XYZ7.5812.029.32-
YUV83.14125.6691.52-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.48%
GREEN value IS 110 (43.36% from 255) = 49.77%
BLUE value IS 79 (31.25% from 255) = 35.75%
R=14.48%
G=49.77%
B=35.75%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal32110790.7100.280.57156.1554.9327.84
Hex206E4F4701C399c371c
Octal40156117107034712346734
Binary1000001101110100111110001110111001110011001110011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,110,79); }

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

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

 a { background-color: rgb(32,110,79); }

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

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

 span { border-color: rgb(32,110,79); }

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