#206F4B

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

Shades of Dark Spring Green #206F4B

Tints of Dark Spring Green #206F4B

Color information

#206F4B (or 0x206F4B) is unknown color: approx Dark Spring Green. HEX triplet: 20, 6F and 4B. RGB value is (32,111,75). Sum of RGB (Red+Green+Blue) = 32+111+75=218 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.68% from 218); Green value is 111 (43.75% from 255 or 50.92% from 218); Blue value is 75 (29.69% from 255 or 34.40% from 218); Max value from RGB is 111 - color contains mainly: green. Hex color #206F4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206F4B is #DF90B4. Grayscale: #535353. Windows color (decimal): -14651573 or 4943648. OLE color: 4943648.

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

Color convert

RGB3211175-
CMYK0.7100.320.56
HSL152.66º55.24%28.04%-
HSV(B)152.66º71.17%43.53%-
XYZ7.5512.188.61-
YUV83.28123.3391.43-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.68%
GREEN value IS 111 (43.75% from 255) = 50.92%
BLUE value IS 75 (29.69% from 255) = 34.40%
R=14.68%
G=50.92%
B=34.40%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal32111750.7100.320.56152.6655.2428.04
Hex206F4B470203899371c
Octal40157113107040702316734
Binary10000011011111001011100011101000001110001001100111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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