#127840

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

Shades of Dark Spring Green #127840

Tints of Dark Spring Green #127840

Color information

#127840 (or 0x127840) is unknown color: approx Dark Spring Green. HEX triplet: 12, 78 and 40. RGB value is (18,120,64). Sum of RGB (Red+Green+Blue) = 18+120+64=202 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.91% from 202); Green value is 120 (47.27% from 255 or 59.41% from 202); Blue value is 64 (25.39% from 255 or 31.68% from 202); Max value from RGB is 120 - color contains mainly: green. Hex color #127840 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127840 is #ED87BF. Grayscale: #535353. Windows color (decimal): -15566784 or 4225042. OLE color: 4225042.

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

Color convert

RGB1812064-
CMYK0.8500.470.53
HSL147.06º73.91%27.06%-
HSV(B)147.06º85%47.06%-
XYZ7.8913.937.12-
YUV83.12117.2181.55-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.91%
GREEN value IS 120 (47.27% from 255) = 59.41%
BLUE value IS 64 (25.39% from 255) = 31.68%
R=8.91%
G=59.41%
B=31.68%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal18120640.8500.470.53147.0673.9127.06
Hex1278405502F35934a1b
Octal221701001250576522311233
Binary10010111100010000001010101010111111010110010011100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127840; }

 p { color: rgb(18,120,64); }

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

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

 a { background-color: rgb(18,120,64); }

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

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

 span { border-color: rgb(18,120,64); }

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