Html Css Color HEX #147047 Dark Spring Green

📋 copy color: '#147047'

red 20 ◦ green 112 ◦ blue 71

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

Shades of Dark Spring Green #147047

Tints of Dark Spring Green #147047

RGB

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

 GREEN value IS 112 (44.14% from 255) = 55.17%

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

R = 9.85%
G = 55.17%
B = 34.98%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.37

 K value IS 0.56

RGB Variations

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

Color information

#147047 (or 0x147047) is known color: Dark Spring Green. HEX triplet: 14, 70 and 47. RGB value is (20,112,71). Sum of RGB (Red+Green+Blue) = 20+112+71=203 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.85% from 203); Green value is 112 (44.14% from 255 or 55.17% from 203); Blue value is 71 (28.12% from 255 or 34.98% from 203); Max value from RGB is 112 - color contains mainly: green. Hex color #147047 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147047 is #EB8FB8. Grayscale: #4F4F4F. Windows color (decimal): -15437753 or 4681748. OLE color: 4681748.

HSL color Cylindrical-coordinate representation of color #147047: hue angle of 153.26º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #147047 is Cyan = 0.82, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.56.

Color convert

RGB 20 112 71 -
CMYK 0.82 0 0.37 0.56
HSL 153.26º 0.7% 0.26% -
HSV(B) 153.26º 0.82% 0.44% -
XYZ 7.22 12.19 7.93 -
YUV 79.82 123.02 85.33 -
System Red Green Blue C M Y K H S L
Decimal 20 112 71 0.82 0 0.37 0.56 153.26 0.7 0.26
Hex 14 70 47 52 0 25 38 99 46 1A
Octal 24 160 107 122 0 45 70 231 106 32
Binary 10100 1110000 1000111 1010010 0 100101 111000 10011001 1000110 11010

Color Harmonies of #147047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147047

Black with #147047

Text Example


Text Example

White with #147047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147047; }

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

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

background-color css

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

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

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

border-color css

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

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

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