#127342

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

Shades of Dark Spring Green #127342

Tints of Dark Spring Green #127342

Color information

#127342 (or 0x127342) is unknown color: approx Dark Spring Green. HEX triplet: 12, 73 and 42. RGB value is (18,115,66). Sum of RGB (Red+Green+Blue) = 18+115+66=199 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.05% from 199); Green value is 115 (45.31% from 255 or 57.79% from 199); Blue value is 66 (26.17% from 255 or 33.17% from 199); Max value from RGB is 115 - color contains mainly: green. Hex color #127342 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127342 is #ED8CBD. Grayscale: #505050. Windows color (decimal): -15568062 or 4354834. OLE color: 4354834.

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

Color convert

RGB1811566-
CMYK0.8400.430.55
HSL149.69º72.93%26.08%-
HSV(B)149.69º84.35%45.1%-
XYZ7.3612.787.23-
YUV80.41119.8683.48-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.05%
GREEN value IS 115 (45.31% from 255) = 57.79%
BLUE value IS 66 (26.17% from 255) = 33.17%
R=9.05%
G=57.79%
B=33.17%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal18115660.8400.430.55149.6972.9326.08
Hex1273425402B3796491a
Octal221631021240536722611132
Binary10010111001110000101010100010101111011110010110100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127342; }

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

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

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

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

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

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

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

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