#127048

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

Shades of Dark Spring Green #127048

Tints of Dark Spring Green #127048

Color information

#127048 (or 0x127048) is unknown color: approx Dark Spring Green. HEX triplet: 12, 70 and 48. RGB value is (18,112,72). Sum of RGB (Red+Green+Blue) = 18+112+72=202 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.91% from 202); Green value is 112 (44.14% from 255 or 55.45% from 202); Blue value is 72 (28.52% from 255 or 35.64% from 202); Max value from RGB is 112 - color contains mainly: green. Hex color #127048 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127048 is #ED8FB7. Grayscale: #4F4F4F. Windows color (decimal): -15568824 or 4747282. OLE color: 4747282.

HSL color Cylindrical-coordinate representation of color #127048: hue angle of 154.47º 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 #127048 is Cyan = 0.84, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.56.

Color convert

RGB1811272-
CMYK0.8400.360.56
HSL154.47º72.31%25.49%-
HSV(B)154.47º83.93%43.92%-
XYZ7.2112.188.1-
YUV79.33123.8684.25-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.91%
GREEN value IS 112 (44.14% from 255) = 55.45%
BLUE value IS 72 (28.52% from 255) = 35.64%
R=8.91%
G=55.45%
B=35.64%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal18112720.8400.360.56154.4772.3125.49
Hex12704854024389a4819
Octal221601101240447023211031
Binary10010111000010010001010100010010011100010011010100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127048

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127048; }

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

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

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

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

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

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

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

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