Html Css Color HEX #206F4B Dark Spring Green

📋 copy color: '#206F4B'

red 32 ◦ green 111 ◦ blue 75

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

Shades of Dark Spring Green #206F4B

Tints of Dark Spring Green #206F4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 34.4%

R = 14.68%
G = 50.92%
B = 34.4%

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

#206F4B (or 0x206F4B) is known color: Dark Spring Green. HEX triplet: 20, 6F and 4B. RGB value is (32,111,75). Sum of RGB (Red+Green+Blue) = 32+111+75=218 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.68% from 218); Green value is 111 (43.75% from 255 or 50.92% from 218); Blue value is 75 (29.69% from 255 or 34.40% from 218); Max value from RGB is 111 - color contains mainly: green. Hex color #206F4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206F4B is #DF90B4. Grayscale: #535353. Windows color (decimal): -14651573 or 4943648. OLE color: 4943648.

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

Color convert

RGB 32 111 75 -
CMYK 0.71 0 0.32 0.56
HSL 152.66º 0.55% 0.28% -
HSV(B) 152.66º 0.71% 0.44% -
XYZ 7.55 12.18 8.61 -
YUV 83.28 123.33 91.43 -
System Red Green Blue C M Y K H S L
Decimal 32 111 75 0.71 0 0.32 0.56 152.66 0.55 0.28
Hex 20 6F 4B 47 0 20 38 99 37 1C
Octal 40 157 113 107 0 40 70 231 67 34
Binary 100000 1101111 1001011 1000111 0 100000 111000 10011001 110111 11100

Color Harmonies of #206F4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206F4B

Black with #206F4B

Text Example


Text Example

White with #206F4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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