#127B45

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

Shades of Dark Spring Green #127B45

Tints of Dark Spring Green #127B45

Color information

#127B45 (or 0x127B45) is unknown color: approx Dark Spring Green. HEX triplet: 12, 7B and 45. RGB value is (18,123,69). Sum of RGB (Red+Green+Blue) = 18+123+69=210 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.57% from 210); Green value is 123 (48.44% from 255 or 58.57% from 210); Blue value is 69 (27.34% from 255 or 32.86% from 210); Max value from RGB is 123 - color contains mainly: green. Hex color #127B45 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127B45 is #ED84BA. Grayscale: #555555. Windows color (decimal): -15566011 or 4553490. OLE color: 4553490.

HSL color Cylindrical-coordinate representation of color #127B45: hue angle of 149.14º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #127B45 is Cyan = 0.85, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.52.

Color convert

RGB1812369-
CMYK0.8500.440.52
HSL149.14º74.47%27.65%-
HSV(B)149.14º85.37%48.24%-
XYZ8.4114.728.03-
YUV85.45118.7179.89-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.57%
GREEN value IS 123 (48.44% from 255) = 58.57%
BLUE value IS 69 (27.34% from 255) = 32.86%
R=8.57%
G=58.57%
B=32.86%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal18123690.8500.440.52149.1474.4727.65
Hex127B455502C34954a1c
Octal221731051250546422511234
Binary10010111101110001011010101010110011010010010101100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127B45; }

 p { color: rgb(18,123,69); }

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

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

 a { background-color: rgb(18,123,69); }

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

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

 span { border-color: rgb(18,123,69); }

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