#147E40

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

Shades of Dark Spring Green #147E40

Tints of Dark Spring Green #147E40

Color information

#147E40 (or 0x147E40) is unknown color: approx Dark Spring Green. HEX triplet: 14, 7E and 40. RGB value is (20,126,64). Sum of RGB (Red+Green+Blue) = 20+126+64=210 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.52% from 210); Green value is 126 (49.61% from 255 or 60% from 210); Blue value is 64 (25.39% from 255 or 30.48% from 210); Max value from RGB is 126 - color contains mainly: green. Hex color #147E40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147E40 is #EB81BF. Grayscale: #575757. Windows color (decimal): -15434176 or 4226580. OLE color: 4226580.

HSL color Cylindrical-coordinate representation of color #147E40: hue angle of 144.91º degrees, saturation: 0.73, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #147E40 is Cyan = 0.84, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.51.

Color convert

RGB2012664-
CMYK0.8400.490.51
HSL144.91º72.6%28.63%-
HSV(B)144.91º84.13%49.41%-
XYZ8.6715.447.37-
YUV87.24114.8880.04-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.52%
GREEN value IS 126 (49.61% from 255) = 60%
BLUE value IS 64 (25.39% from 255) = 30.48%
R=9.52%
G=60%
B=30.48%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal20126640.8400.490.51144.9172.628.63
Hex147E40540313391491d
Octal241761001240616322111135
Binary10100111111010000001010100011000111001110010001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147E40; }

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

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

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

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

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

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

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

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