#147147

Color #147147 Dark Spring Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Spring Green #147147

Tints of Dark Spring Green #147147

Color information

#147147 (or 0x147147) is unknown color: approx Dark Spring Green. HEX triplet: 14, 71 and 47. RGB value is (20,113,71). Sum of RGB (Red+Green+Blue) = 20+113+71=204 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.80% from 204); Green value is 113 (44.53% from 255 or 55.39% from 204); Blue value is 71 (28.12% from 255 or 34.80% from 204); Max value from RGB is 113 - color contains mainly: green. Hex color #147147 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147147 is #EB8EB8. Grayscale: #505050. Windows color (decimal): -15437497 or 4682004. OLE color: 4682004.

HSL color Cylindrical-coordinate representation of color #147147: hue angle of 152.9º 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 #147147 is Cyan = 0.82, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.56.

Color convert

RGB2011371-
CMYK0.8200.370.56
HSL152.9º69.92%26.08%-
HSV(B)152.9º82.3%44.31%-
XYZ7.3312.417.97-
YUV80.4122.6984.92-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.80%
GREEN value IS 113 (44.53% from 255) = 55.39%
BLUE value IS 71 (28.12% from 255) = 34.80%
R=9.80%
G=55.39%
B=34.80%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal20113710.8200.370.56152.969.9226.08
Hex147147520253899461a
Octal241611071220457023110632
Binary10100111000110001111010010010010111100010011001100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147147

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147147; }

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

 H1.HeaderClassName
 {
   color: #147147;
 }
 .AnyTagClassName
 {
   color: #147147;
 }
</style>
background-color css

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

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

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

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

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

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