Html Css Color HEX #206B49 Dark Spring Green

📋 copy color: '#206B49'

red 32 ◦ green 107 ◦ blue 73

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

Shades of Dark Spring Green #206B49

Tints of Dark Spring Green #206B49

RGB

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

 GREEN value IS 107 (42.19% from 255) = 50.47%

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

R = 15.09%
G = 50.47%
B = 34.43%

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

#206B49 (or 0x206B49) is known color: Dark Spring Green. HEX triplet: 20, 6B and 49. RGB value is (32,107,73). Sum of RGB (Red+Green+Blue) = 32+107+73=212 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.09% from 212); Green value is 107 (42.19% from 255 or 50.47% from 212); Blue value is 73 (28.91% from 255 or 34.43% from 212); Max value from RGB is 107 - color contains mainly: green. Hex color #206B49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206B49 is #DF94B6. Grayscale: #505050. Windows color (decimal): -14652599 or 4811552. OLE color: 4811552.

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

Color convert

RGB 32 107 73 -
CMYK 0.70 0 0.32 0.58
HSL 152.8º 0.54% 0.27% -
HSV(B) 152.8º 0.7% 0.42% -
XYZ 7.06 11.3 8.11 -
YUV 80.7 123.65 93.26 -
System Red Green Blue C M Y K H S L
Decimal 32 107 73 0.70 0 0.32 0.58 152.8 0.54 0.27
Hex 20 6B 49 46 0 20 3A 99 36 1B
Octal 40 153 111 106 0 40 72 231 66 33
Binary 100000 1101011 1001001 1000110 0 100000 111010 10011001 110110 11011

Color Harmonies of #206B49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206B49

Black with #206B49

Text Example


Text Example

White with #206B49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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