Html Css Color HEX #206F41 Dark Spring Green

📋 copy color: '#206F41'

red 32 ◦ green 111 ◦ blue 65

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

Shades of Dark Spring Green #206F41

Tints of Dark Spring Green #206F41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 31.25%

R = 15.38%
G = 53.37%
B = 31.25%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.41

 K value IS 0.56

RGB Variations

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

Color information

#206F41 (or 0x206F41) is known color: Dark Spring Green. HEX triplet: 20, 6F and 41. RGB value is (32,111,65). Sum of RGB (Red+Green+Blue) = 32+111+65=208 (27% of max value = 765). Red value is 32 (12.89% from 255 or 15.38% from 208); Green value is 111 (43.75% from 255 or 53.37% from 208); Blue value is 65 (25.78% from 255 or 31.25% from 208); Max value from RGB is 111 - color contains mainly: green. Hex color #206F41 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206F41 is #DF90BE. Grayscale: #525252. Windows color (decimal): -14651583 or 4288288. OLE color: 4288288.

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

Color convert

RGB 32 111 65 -
CMYK 0.71 0 0.41 0.56
HSL 145.06º 0.55% 0.28% -
HSV(B) 145.06º 0.71% 0.44% -
XYZ 7.23 12.06 6.95 -
YUV 82.14 118.33 92.24 -
System Red Green Blue C M Y K H S L
Decimal 32 111 65 0.71 0 0.41 0.56 145.06 0.55 0.28
Hex 20 6F 41 47 0 29 38 91 37 1C
Octal 40 157 101 107 0 51 70 221 67 34
Binary 100000 1101111 1000001 1000111 0 101001 111000 10010001 110111 11100

Color Harmonies of #206F41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206F41

Black with #206F41

Text Example


Text Example

White with #206F41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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