#147E3F

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

Shades of Dark Spring Green #147E3F

Tints of Dark Spring Green #147E3F

Color information

#147E3F (or 0x147E3F) is unknown color: approx Dark Spring Green. HEX triplet: 14, 7E and 3F. RGB value is (20,126,63). Sum of RGB (Red+Green+Blue) = 20+126+63=209 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.57% from 209); Green value is 126 (49.61% from 255 or 60.29% from 209); Blue value is 63 (25% from 255 or 30.14% from 209); Max value from RGB is 126 - color contains mainly: green. Hex color #147E3F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147E3F is #EB81C0. Grayscale: #575757. Windows color (decimal): -15434177 or 4161044. OLE color: 4161044.

HSL color Cylindrical-coordinate representation of color #147E3F: hue angle of 144.34º 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 #147E3F is Cyan = 0.84, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.51.

Color convert

RGB2012663-
CMYK0.8400.500.51
HSL144.34º72.6%28.63%-
HSV(B)144.34º84.13%49.41%-
XYZ8.6515.437.23-
YUV87.12114.3880.12-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.57%
GREEN value IS 126 (49.61% from 255) = 60.29%
BLUE value IS 63 (25% from 255) = 30.14%
R=9.57%
G=60.29%
B=30.14%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal20126630.8400.500.51144.3472.628.63
Hex147E3F540323390491d
Octal24176771240626322011135
Binary1010011111101111111010100011001011001110010000100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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