#147841

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

Shades of Dark Spring Green #147841

Tints of Dark Spring Green #147841

Color information

#147841 (or 0x147841) is unknown color: approx Dark Spring Green. HEX triplet: 14, 78 and 41. RGB value is (20,120,65). Sum of RGB (Red+Green+Blue) = 20+120+65=205 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.76% from 205); Green value is 120 (47.27% from 255 or 58.54% from 205); Blue value is 65 (25.78% from 255 or 31.71% from 205); Max value from RGB is 120 - color contains mainly: green. Hex color #147841 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #147841 is #EB87BE. Grayscale: #535353. Windows color (decimal): -15435711 or 4290580. OLE color: 4290580.

HSL color Cylindrical-coordinate representation of color #147841: hue angle of 147º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #147841 is Cyan = 0.83, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.53.

Color convert

RGB2012065-
CMYK0.8300.460.53
HSL147º71.43%27.45%-
HSV(B)147º83.33%47.06%-
XYZ7.9613.967.28-
YUV83.83117.3782.47-

RGB Variations

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

RGB

RED value IS 20 (8.20% from 255) = 9.76%
GREEN value IS 120 (47.27% from 255) = 58.54%
BLUE value IS 65 (25.78% from 255) = 31.71%
R=9.76%
G=58.54%
B=31.71%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal20120650.8300.460.5314771.4327.45
Hex1478415302E3593471b
Octal241701011230566522310733
Binary10100111100010000011010011010111011010110010011100011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #147841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #147841; }

 p { color: rgb(20,120,65); }

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

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

 a { background-color: rgb(20,120,65); }

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

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

 span { border-color: rgb(20,120,65); }

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