#147a3b

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

Shades of Dark Spring Green #147A3B

Tints of Dark Spring Green #147A3B

Color information

#147A3B (or 0x147A3B) is unknown color: approx Dark Spring Green. HEX triplet: 14, 7A and 3B. RGB value is (20,122,59). Sum of RGB (Red+Green+Blue) = 20+122+59=201 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.95% from 201); Green value is 122 (48.05% from 255 or 60.70% from 201); Blue value is 59 (23.44% from 255 or 29.35% from 201); Max value from RGB is 122 - color contains mainly: green. Hex color #147A3B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147A3B is #EB85C4. Grayscale: #545454. Windows color (decimal): -15435205 or 3897876. OLE color: 3897876.

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

Color convert

RGB2012259-
CMYK0.8400.520.52
HSL142.94º71.83%27.84%-
HSV(B)142.94º83.61%47.84%-
XYZ8.0414.386.49-
YUV84.32113.7182.12-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.95%
GREEN value IS 122 (48.05% from 255) = 60.70%
BLUE value IS 59 (23.44% from 255) = 29.35%
R=9.95%
G=60.70%
B=29.35%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal20122590.8400.520.52142.9471.8327.84
Hex147A3B54034348f481c
Octal24172731240646421711034
Binary1010011110101110111010100011010011010010001111100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147a3b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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