Html Css Color HEX #147347 Dark Spring Green

📋 copy color: '#147347'

red 20 ◦ green 115 ◦ blue 71

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

Shades of Dark Spring Green #147347

Tints of Dark Spring Green #147347

RGB

 RED value IS 20 (8.2% from 255) = 9.71%

 GREEN value IS 115 (45.31% from 255) = 55.83%

 BLUE value IS 71 (28.13% from 255) = 34.47%

R = 9.71%
G = 55.83%
B = 34.47%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.38

 K value IS 0.55

RGB Variations

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

Color information

#147347 (or 0x147347) is known color: Dark Spring Green. HEX triplet: 14, 73 and 47. RGB value is (20,115,71). Sum of RGB (Red+Green+Blue) = 20+115+71=206 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.71% from 206); Green value is 115 (45.31% from 255 or 55.83% from 206); Blue value is 71 (28.12% from 255 or 34.47% from 206); Max value from RGB is 115 - color contains mainly: green. Hex color #147347 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147347 is #EB8CB8. Grayscale: #515151. Windows color (decimal): -15436985 or 4682516. OLE color: 4682516.

HSL color Cylindrical-coordinate representation of color #147347: hue angle of 152.21º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #147347 is Cyan = 0.83, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.55.

Color convert

RGB 20 115 71 -
CMYK 0.83 0 0.38 0.55
HSL 152.21º 0.7% 0.26% -
HSV(B) 152.21º 0.83% 0.45% -
XYZ 7.56 12.87 8.05 -
YUV 81.58 122.03 84.08 -
System Red Green Blue C M Y K H S L
Decimal 20 115 71 0.83 0 0.38 0.55 152.21 0.7 0.26
Hex 14 73 47 53 0 26 37 98 46 1A
Octal 24 163 107 123 0 46 67 230 106 32
Binary 10100 1110011 1000111 1010011 0 100110 110111 10011000 1000110 11010

Color Harmonies of #147347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147347

Black with #147347

Text Example


Text Example

White with #147347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147347; }

 p { color: rgb(20,115,71); }

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

background-color css

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

 a { background-color: rgb(20,115,71); }

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

border-color css

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

 span { border-color: rgb(20,115,71); }

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