Html Css Color HEX #207446 Dark Spring Green

📋 copy color: '#207446'

red 32 ◦ green 116 ◦ blue 70

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

Shades of Dark Spring Green #207446

Tints of Dark Spring Green #207446

RGB

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

 GREEN value IS 116 (45.7% from 255) = 53.21%

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

R = 14.68%
G = 53.21%
B = 32.11%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.40

 K value IS 0.55

RGB Variations

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

Color information

#207446 (or 0x207446) is known color: Dark Spring Green. HEX triplet: 20, 74 and 46. RGB value is (32,116,70). Sum of RGB (Red+Green+Blue) = 32+116+70=218 (28% of max value = 765). Red value is 32 (12.89% from 255 or 14.68% from 218); Green value is 116 (45.70% from 255 or 53.21% from 218); Blue value is 70 (27.73% from 255 or 32.11% from 218); Max value from RGB is 116 - color contains mainly: green. Hex color #207446 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #207446 is #DF8BB9. Grayscale: #555555. Windows color (decimal): -14650298 or 4617248. OLE color: 4617248.

HSL color Cylindrical-coordinate representation of color #207446: hue angle of 147.14º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #207446 is Cyan = 0.72, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.55.

Color convert

RGB 32 116 70 -
CMYK 0.72 0 0.40 0.55
HSL 147.14º 0.57% 0.29% -
HSV(B) 147.14º 0.72% 0.45% -
XYZ 7.95 13.24 7.93 -
YUV 85.64 119.17 89.74 -
System Red Green Blue C M Y K H S L
Decimal 32 116 70 0.72 0 0.40 0.55 147.14 0.57 0.29
Hex 20 74 46 48 0 28 37 93 39 1D
Octal 40 164 106 110 0 50 67 223 71 35
Binary 100000 1110100 1000110 1001000 0 101000 110111 10010011 111001 11101

Color Harmonies of #207446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #207446

Black with #207446

Text Example


Text Example

White with #207446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #207446; }

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

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

background-color css

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

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

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

border-color css

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

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

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