#127344

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

Shades of Dark Spring Green #127344

Tints of Dark Spring Green #127344

Color information

#127344 (or 0x127344) is unknown color: approx Dark Spring Green. HEX triplet: 12, 73 and 44. RGB value is (18,115,68). Sum of RGB (Red+Green+Blue) = 18+115+68=201 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.96% from 201); Green value is 115 (45.31% from 255 or 57.21% from 201); Blue value is 68 (26.95% from 255 or 33.83% from 201); Max value from RGB is 115 - color contains mainly: green. Hex color #127344 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127344 is #ED8CBB. Grayscale: #505050. Windows color (decimal): -15568060 or 4485906. OLE color: 4485906.

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

Color convert

RGB1811568-
CMYK0.8400.410.55
HSL150.93º72.93%26.08%-
HSV(B)150.93º84.35%45.1%-
XYZ7.4212.817.55-
YUV80.64120.8683.32-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.96%
GREEN value IS 115 (45.31% from 255) = 57.21%
BLUE value IS 68 (26.95% from 255) = 33.83%
R=8.96%
G=57.21%
B=33.83%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal18115680.8400.410.55150.9372.9326.08
Hex127344540293797491a
Octal221631041240516722711132
Binary10010111001110001001010100010100111011110010111100100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127344; }

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

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

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

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

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

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

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

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