#127542

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

Shades of Dark Spring Green #127542

Tints of Dark Spring Green #127542

Color information

#127542 (or 0x127542) is unknown color: approx Dark Spring Green. HEX triplet: 12, 75 and 42. RGB value is (18,117,66). Sum of RGB (Red+Green+Blue) = 18+117+66=201 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.96% from 201); Green value is 117 (46.09% from 255 or 58.21% from 201); Blue value is 66 (26.17% from 255 or 32.84% from 201); Max value from RGB is 117 - color contains mainly: green. Hex color #127542 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127542 is #ED8ABD. Grayscale: #515151. Windows color (decimal): -15567550 or 4355346. OLE color: 4355346.

HSL color Cylindrical-coordinate representation of color #127542: hue angle of 149.09º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127542 is Cyan = 0.85, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.54.

Color convert

RGB1811766-
CMYK0.8500.440.54
HSL149.09º73.33%26.47%-
HSV(B)149.09º84.62%45.88%-
XYZ7.5913.247.31-
YUV81.59119.282.65-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.96%
GREEN value IS 117 (46.09% from 255) = 58.21%
BLUE value IS 66 (26.17% from 255) = 32.84%
R=8.96%
G=58.21%
B=32.84%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal18117660.8500.440.54149.0973.3326.47
Hex1275425502C3695491a
Octal221651021250546622511132
Binary10010111010110000101010101010110011011010010101100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127542; }

 p { color: rgb(18,117,66); }

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

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

 a { background-color: rgb(18,117,66); }

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

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

 span { border-color: rgb(18,117,66); }

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