Html Css Color HEX #206A4B Dark Spring Green

📋 copy color: '#206A4B'

red 32 ◦ green 106 ◦ blue 75

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

Shades of Dark Spring Green #206A4B

Tints of Dark Spring Green #206A4B

RGB

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

 GREEN value IS 106 (41.8% from 255) = 49.77%

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

R = 15.02%
G = 49.77%
B = 35.21%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.29

 K value IS 0.58

RGB Variations

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

Color information

#206A4B (or 0x206A4B) is known color: Dark Spring Green. HEX triplet: 20, 6A and 4B. RGB value is (32,106,75). Sum of RGB (Red+Green+Blue) = 32+106+75=213 (28% of max value = 765). Red value is 32 (12.89% from 255 or 15.02% from 213); Green value is 106 (41.80% from 255 or 49.77% from 213); Blue value is 75 (29.69% from 255 or 35.21% from 213); Max value from RGB is 106 - color contains mainly: green. Hex color #206A4B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #206A4B is #DF95B4. Grayscale: #505050. Windows color (decimal): -14652853 or 4942368. OLE color: 4942368.

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

Color convert

RGB 32 106 75 -
CMYK 0.70 0 0.29 0.58
HSL 154.86º 0.54% 0.27% -
HSV(B) 154.86º 0.7% 0.42% -
XYZ 7.02 11.12 8.43 -
YUV 80.34 124.98 93.52 -
System Red Green Blue C M Y K H S L
Decimal 32 106 75 0.70 0 0.29 0.58 154.86 0.54 0.27
Hex 20 6A 4B 46 0 1D 3A 9B 36 1B
Octal 40 152 113 106 0 35 72 233 66 33
Binary 100000 1101010 1001011 1000110 0 11101 111010 10011011 110110 11011

Color Harmonies of #206A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #206A4B

Black with #206A4B

Text Example


Text Example

White with #206A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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