#206F4A

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

Shades of Dark Spring Green #206F4A

Tints of Dark Spring Green #206F4A

Color information

#206F4A (or 0x206F4A) is unknown color: approx Dark Spring Green. HEX triplet: 20, 6F and 4A. RGB value is (32,111,74). Sum of RGB (Red+Green+Blue) = 32+111+74=217 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.75% from 217); Green value is 111 (43.75% from 255 or 51.15% from 217); Blue value is 74 (29.30% from 255 or 34.10% from 217); Max value from RGB is 111 - color contains mainly: green. Hex color #206F4A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206F4A is #DF90B5. Grayscale: #535353. Windows color (decimal): -14651574 or 4878112. OLE color: 4878112.

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

Color convert

RGB3211174-
CMYK0.7100.330.56
HSL151.9º55.24%28.04%-
HSV(B)151.9º71.17%43.53%-
XYZ7.5212.178.43-
YUV83.16122.8391.51-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.75%
GREEN value IS 111 (43.75% from 255) = 51.15%
BLUE value IS 74 (29.30% from 255) = 34.10%
R=14.75%
G=51.15%
B=34.10%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal32111740.7100.330.56151.955.2428.04
Hex206F4A470213898371c
Octal40157112107041702306734
Binary10000011011111001010100011101000011110001001100011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206F4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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