#147940

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

Shades of Dark Spring Green #147940

Tints of Dark Spring Green #147940

Color information

#147940 (or 0x147940) is unknown color: approx Dark Spring Green. HEX triplet: 14, 79 and 40. RGB value is (20,121,64). Sum of RGB (Red+Green+Blue) = 20+121+64=205 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.76% from 205); Green value is 121 (47.66% from 255 or 59.02% from 205); Blue value is 64 (25.39% from 255 or 31.22% from 205); Max value from RGB is 121 - color contains mainly: green. Hex color #147940 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147940 is #EB86BF. Grayscale: #545454. Windows color (decimal): -15435456 or 4225300. OLE color: 4225300.

HSL color Cylindrical-coordinate representation of color #147940: hue angle of 146.14º degrees, saturation: 0.72, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #147940 is Cyan = 0.83, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.53.

Color convert

RGB2012164-
CMYK0.8300.470.53
HSL146.14º71.63%27.65%-
HSV(B)146.14º83.47%47.45%-
XYZ8.0514.197.17-
YUV84.3116.5482.13-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.76%
GREEN value IS 121 (47.66% from 255) = 59.02%
BLUE value IS 64 (25.39% from 255) = 31.22%
R=9.76%
G=59.02%
B=31.22%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal20121640.8300.470.53146.1471.6327.65
Hex1479405302F3592481c
Octal241711001230576522211034
Binary10100111100110000001010011010111111010110010010100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147940

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147940; }

 p { color: rgb(20,121,64); }

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

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

 a { background-color: rgb(20,121,64); }

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

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

 span { border-color: rgb(20,121,64); }

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