#147c3b

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

Shades of Dark Spring Green #147C3B

Tints of Dark Spring Green #147C3B

Color information

#147C3B (or 0x147C3B) is unknown color: approx Dark Spring Green. HEX triplet: 14, 7C and 3B. RGB value is (20,124,59). Sum of RGB (Red+Green+Blue) = 20+124+59=203 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.85% from 203); Green value is 124 (48.83% from 255 or 61.08% from 203); Blue value is 59 (23.44% from 255 or 29.06% from 203); Max value from RGB is 124 - color contains mainly: green. Hex color #147C3B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147C3B is #EB83C4. Grayscale: #555555. Windows color (decimal): -15434693 or 3898388. OLE color: 3898388.

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

Color convert

RGB2012459-
CMYK0.8400.520.51
HSL142.5º72.22%28.24%-
HSV(B)142.5º83.87%48.63%-
XYZ8.2914.886.57-
YUV85.49113.0481.29-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.85%
GREEN value IS 124 (48.83% from 255) = 61.08%
BLUE value IS 59 (23.44% from 255) = 29.06%
R=9.85%
G=61.08%
B=29.06%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal20124590.8400.520.51142.572.2228.24
Hex147C3B54034338e481c
Octal24174731240646321611034
Binary1010011111001110111010100011010011001110001110100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147c3b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(20,124,59); }

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

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

 a { background-color: rgb(20,124,59); }

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

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

 span { border-color: rgb(20,124,59); }

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