Html Css Color HEX #206F46 Dark Spring Green

📋 copy color: '#206F46'

red 32 ◦ green 111 ◦ blue 70

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

Shades of Dark Spring Green #206F46

Tints of Dark Spring Green #206F46

RGB

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

 GREEN value IS 111 (43.75% from 255) = 52.11%

 BLUE value IS 70 (27.73% from 255) = 32.86%

R = 15.02%
G = 52.11%
B = 32.86%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.37

 K value IS 0.56

RGB Variations

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

Color information

#206F46 (or 0x206F46) is known color: Dark Spring Green. HEX triplet: 20, 6F and 46. RGB value is (32,111,70). Sum of RGB (Red+Green+Blue) = 32+111+70=213 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.02% from 213); Green value is 111 (43.75% from 255 or 52.11% from 213); Blue value is 70 (27.73% from 255 or 32.86% from 213); Max value from RGB is 111 - color contains mainly: green. Hex color #206F46 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206F46 is #DF90B9. Grayscale: #525252. Windows color (decimal): -14651578 or 4615968. OLE color: 4615968.

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

Color convert

RGB 32 111 70 -
CMYK 0.71 0 0.37 0.56
HSL 148.86º 0.55% 0.28% -
HSV(B) 148.86º 0.71% 0.44% -
XYZ 7.39 12.12 7.74 -
YUV 82.71 120.83 91.83 -
System Red Green Blue C M Y K H S L
Decimal 32 111 70 0.71 0 0.37 0.56 148.86 0.55 0.28
Hex 20 6F 46 47 0 25 38 95 37 1C
Octal 40 157 106 107 0 45 70 225 67 34
Binary 100000 1101111 1000110 1000111 0 100101 111000 10010101 110111 11100

Color Harmonies of #206F46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206F46

Black with #206F46

Text Example


Text Example

White with #206F46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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