Html Css Color HEX #206C49 Dark Spring Green

📋 copy color: '#206C49'

red 32 ◦ green 108 ◦ blue 73

#206C49
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Spring Green #206C49

Tints of Dark Spring Green #206C49

RGB

 RED value IS 32 (12.89% from 255) = 15.02%

 GREEN value IS 108 (42.58% from 255) = 50.7%

 BLUE value IS 73 (28.91% from 255) = 34.27%

R = 15.02%
G = 50.7%
B = 34.27%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.32

 K value IS 0.58

RGB Variations

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

Color information

#206C49 (or 0x206C49) is known color: Dark Spring Green. HEX triplet: 20, 6C and 49. RGB value is (32,108,73). Sum of RGB (Red+Green+Blue) = 32+108+73=213 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.02% from 213); Green value is 108 (42.58% from 255 or 50.70% from 213); Blue value is 73 (28.91% from 255 or 34.27% from 213); Max value from RGB is 108 - color contains mainly: green. Hex color #206C49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206C49 is #DF93B6. Grayscale: #515151. Windows color (decimal): -14652343 or 4811808. OLE color: 4811808.

HSL color Cylindrical-coordinate representation of color #206C49: hue angle of 152.37º degrees, saturation: 0.54, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #206C49 is Cyan = 0.70, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.58.

Color convert

RGB 32 108 73 -
CMYK 0.70 0 0.32 0.58
HSL 152.37º 0.54% 0.27% -
HSV(B) 152.37º 0.7% 0.42% -
XYZ 7.16 11.51 8.15 -
YUV 81.29 123.32 92.85 -
System Red Green Blue C M Y K H S L
Decimal 32 108 73 0.70 0 0.32 0.58 152.37 0.54 0.27
Hex 20 6C 49 46 0 20 3A 98 36 1B
Octal 40 154 111 106 0 40 72 230 66 33
Binary 100000 1101100 1001001 1000110 0 100000 111010 10011000 110110 11011

Color Harmonies of #206C49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206C49

Black with #206C49

Text Example


Text Example

White with #206C49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,108,73); }

 H1.HeaderClassName
 {
   color: #206C49;
 }
 .AnyTagClassName
 {
   color: #206C49;
 }
</style>

background-color css

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

 a { background-color: rgb(32,108,73); }

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

border-color css

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

 span { border-color: rgb(32,108,73); }

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