#127340

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

Shades of Dark Spring Green #127340

Tints of Dark Spring Green #127340

Color information

#127340 (or 0x127340) is unknown color: approx Dark Spring Green. HEX triplet: 12, 73 and 40. RGB value is (18,115,64). Sum of RGB (Red+Green+Blue) = 18+115+64=197 (26% of max value = 765). Red value is 18 (7.42% from 255 or 9.14% from 197); Green value is 115 (45.31% from 255 or 58.38% from 197); Blue value is 64 (25.39% from 255 or 32.49% from 197); Max value from RGB is 115 - color contains mainly: green. Hex color #127340 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127340 is #ED8CBF. Grayscale: #505050. Windows color (decimal): -15568064 or 4223762. OLE color: 4223762.

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

Color convert

RGB1811564-
CMYK0.8400.440.55
HSL148.45º72.93%26.08%-
HSV(B)148.45º84.35%45.1%-
XYZ7.3112.766.93-
YUV80.18118.8683.65-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 9.14%
GREEN value IS 115 (45.31% from 255) = 58.38%
BLUE value IS 64 (25.39% from 255) = 32.49%
R=9.14%
G=58.38%
B=32.49%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal18115640.8400.440.55148.4572.9326.08
Hex1273405402C3794491a
Octal221631001240546722411132
Binary10010111001110000001010100010110011011110010100100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127340; }

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

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

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

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

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

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

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

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