#127242

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

Shades of Dark Spring Green #127242

Tints of Dark Spring Green #127242

Color information

#127242 (or 0x127242) is unknown color: approx Dark Spring Green. HEX triplet: 12, 72 and 42. RGB value is (18,114,66). Sum of RGB (Red+Green+Blue) = 18+114+66=198 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.09% from 198); Green value is 114 (44.92% from 255 or 57.58% from 198); Blue value is 66 (26.17% from 255 or 33.33% from 198); Max value from RGB is 114 - color contains mainly: green. Hex color #127242 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127242 is #ED8DBD. Grayscale: #4F4F4F. Windows color (decimal): -15568318 or 4354578. OLE color: 4354578.

HSL color Cylindrical-coordinate representation of color #127242: hue angle of 150º degrees, saturation: 0.73, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #127242 is Cyan = 0.84, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.55.

Color convert

RGB1811466-
CMYK0.8400.420.55
HSL150º72.73%25.88%-
HSV(B)150º84.21%44.71%-
XYZ7.2512.567.2-
YUV79.82120.283.9-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.09%
GREEN value IS 114 (44.92% from 255) = 57.58%
BLUE value IS 66 (26.17% from 255) = 33.33%
R=9.09%
G=57.58%
B=33.33%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal18114660.8400.420.5515072.7325.88
Hex1272425402A3796491a
Octal221621021240526722611132
Binary10010111001010000101010100010101011011110010110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127242

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127242; }

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

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

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

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

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

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

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

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