#147A3D

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

Shades of Dark Spring Green #147A3D

Tints of Dark Spring Green #147A3D

Color information

#147A3D (or 0x147A3D) is unknown color: approx Dark Spring Green. HEX triplet: 14, 7A and 3D. RGB value is (20,122,61). Sum of RGB (Red+Green+Blue) = 20+122+61=203 (26% of max value = 765). Red value is 20 (8.20% from 255 or 9.85% from 203); Green value is 122 (48.05% from 255 or 60.10% from 203); Blue value is 61 (24.22% from 255 or 30.05% from 203); Max value from RGB is 122 - color contains mainly: green. Hex color #147A3D is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147A3D is #EB85C2. Grayscale: #545454. Windows color (decimal): -15435203 or 4028948. OLE color: 4028948.

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

Color convert

RGB2012261-
CMYK0.8400.500.52
HSL144.12º71.83%27.84%-
HSV(B)144.12º83.61%47.84%-
XYZ8.0914.46.77-
YUV84.55114.7181.96-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.85%
GREEN value IS 122 (48.05% from 255) = 60.10%
BLUE value IS 61 (24.22% from 255) = 30.05%
R=9.85%
G=60.10%
B=30.05%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal20122610.8400.500.52144.1271.8327.84
Hex147A3D540323490481c
Octal24172751240626422011034
Binary1010011110101111011010100011001011010010010000100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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