#206E45

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

Shades of Dark Spring Green #206E45

Tints of Dark Spring Green #206E45

Color information

#206E45 (or 0x206E45) is unknown color: approx Dark Spring Green. HEX triplet: 20, 6E and 45. RGB value is (32,110,69). Sum of RGB (Red+Green+Blue) = 32+110+69=211 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.17% from 211); Green value is 110 (43.36% from 255 or 52.13% from 211); Blue value is 69 (27.34% from 255 or 32.70% from 211); Max value from RGB is 110 - color contains mainly: green. Hex color #206E45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206E45 is #DF91BA. Grayscale: #525252. Windows color (decimal): -14651835 or 4550176. OLE color: 4550176.

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

Color convert

RGB3211069-
CMYK0.7100.370.57
HSL148.46º54.93%27.84%-
HSV(B)148.46º70.91%43.14%-
XYZ7.2511.897.54-
YUV82120.6692.33-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 15.17%
GREEN value IS 110 (43.36% from 255) = 52.13%
BLUE value IS 69 (27.34% from 255) = 32.70%
R=15.17%
G=52.13%
B=32.70%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal32110690.7100.370.57148.4654.9327.84
Hex206E45470253994371c
Octal40156105107045712246734
Binary10000011011101000101100011101001011110011001010011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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