Html Css Color HEX #206F4C Dark Spring Green

📋 copy color: '#206F4C'

red 32 ◦ green 111 ◦ blue 76

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

Shades of Dark Spring Green #206F4C

Tints of Dark Spring Green #206F4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 34.7%

R = 14.61%
G = 50.68%
B = 34.7%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.32

 K value IS 0.56

RGB Variations

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

Color information

#206F4C (or 0x206F4C) is known color: Dark Spring Green. HEX triplet: 20, 6F and 4C. RGB value is (32,111,76). Sum of RGB (Red+Green+Blue) = 32+111+76=219 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.61% from 219); Green value is 111 (43.75% from 255 or 50.68% from 219); Blue value is 76 (30.08% from 255 or 34.70% from 219); Max value from RGB is 111 - color contains mainly: green. Hex color #206F4C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206F4C is #DF90B3. Grayscale: #535353. Windows color (decimal): -14651572 or 5009184. OLE color: 5009184.

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

Color convert

RGB 32 111 76 -
CMYK 0.71 0 0.32 0.56
HSL 153.42º 0.55% 0.28% -
HSV(B) 153.42º 0.71% 0.44% -
XYZ 7.58 12.2 8.79 -
YUV 83.39 123.83 91.35 -
System Red Green Blue C M Y K H S L
Decimal 32 111 76 0.71 0 0.32 0.56 153.42 0.55 0.28
Hex 20 6F 4C 47 0 20 38 99 37 1C
Octal 40 157 114 107 0 40 70 231 67 34
Binary 100000 1101111 1001100 1000111 0 100000 111000 10011001 110111 11100

Color Harmonies of #206F4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206F4C

Black with #206F4C

Text Example


Text Example

White with #206F4C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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