#206F42

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

Shades of Dark Spring Green #206F42

Tints of Dark Spring Green #206F42

Color information

#206F42 (or 0x206F42) is unknown color: approx Dark Spring Green. HEX triplet: 20, 6F and 42. RGB value is (32,111,66). Sum of RGB (Red+Green+Blue) = 32+111+66=209 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.31% from 209); Green value is 111 (43.75% from 255 or 53.11% from 209); Blue value is 66 (26.17% from 255 or 31.58% from 209); Max value from RGB is 111 - color contains mainly: green. Hex color #206F42 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206F42 is #DF90BD. Grayscale: #525252. Windows color (decimal): -14651582 or 4353824. OLE color: 4353824.

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

Color convert

RGB3211166-
CMYK0.7100.410.56
HSL145.82º55.24%28.04%-
HSV(B)145.82º71.17%43.53%-
XYZ7.2612.077.1-
YUV82.25118.8392.16-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.31%
GREEN value IS 111 (43.75% from 255) = 53.11%
BLUE value IS 66 (26.17% from 255) = 31.58%
R=15.31%
G=53.11%
B=31.58%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal32111660.7100.410.56145.8255.2428.04
Hex206F42470293892371c
Octal40157102107051702226734
Binary10000011011111000010100011101010011110001001001011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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