#127046

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

Shades of Dark Spring Green #127046

Tints of Dark Spring Green #127046

Color information

#127046 (or 0x127046) is unknown color: approx Dark Spring Green. HEX triplet: 12, 70 and 46. RGB value is (18,112,70). Sum of RGB (Red+Green+Blue) = 18+112+70=200 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9% from 200); Green value is 112 (44.14% from 255 or 56% from 200); Blue value is 70 (27.73% from 255 or 35% from 200); Max value from RGB is 112 - color contains mainly: green. Hex color #127046 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127046 is #ED8FB9. Grayscale: #4F4F4F. Windows color (decimal): -15568826 or 4616210. OLE color: 4616210.

HSL color Cylindrical-coordinate representation of color #127046: hue angle of 153.19º degrees, saturation: 0.72, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #127046 is Cyan = 0.84, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.56.

Color convert

RGB1811270-
CMYK0.8400.380.56
HSL153.19º72.31%25.49%-
HSV(B)153.19º83.93%43.92%-
XYZ7.1512.167.76-
YUV79.11122.8684.42-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9%
GREEN value IS 112 (44.14% from 255) = 56%
BLUE value IS 70 (27.73% from 255) = 35%
R=9%
G=56%
B=35%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal18112700.8400.380.56153.1972.3125.49
Hex1270465402638994819
Octal221601061240467023111031
Binary10010111000010001101010100010011011100010011001100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127046

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127046; }

 p { color: rgb(18,112,70); }

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

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

 a { background-color: rgb(18,112,70); }

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

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

 span { border-color: rgb(18,112,70); }

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