#127B40

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

Shades of Dark Spring Green #127B40

Tints of Dark Spring Green #127B40

Color information

#127B40 (or 0x127B40) is unknown color: approx Dark Spring Green. HEX triplet: 12, 7B and 40. RGB value is (18,123,64). Sum of RGB (Red+Green+Blue) = 18+123+64=205 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.78% from 205); Green value is 123 (48.44% from 255 or 60% from 205); Blue value is 64 (25.39% from 255 or 31.22% from 205); Max value from RGB is 123 - color contains mainly: green. Hex color #127B40 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127B40 is #ED84BF. Grayscale: #555555. Windows color (decimal): -15566016 or 4225810. OLE color: 4225810.

HSL color Cylindrical-coordinate representation of color #127B40: hue angle of 146.29º 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 #127B40 is Cyan = 0.85, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.52.

Color convert

RGB1812364-
CMYK0.8500.480.52
HSL146.29º74.47%27.65%-
HSV(B)146.29º85.37%48.24%-
XYZ8.2614.667.25-
YUV84.88116.2180.3-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.78%
GREEN value IS 123 (48.44% from 255) = 60%
BLUE value IS 64 (25.39% from 255) = 31.22%
R=8.78%
G=60%
B=31.22%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal18123640.8500.480.52146.2974.4727.65
Hex127B405503034924a1c
Octal221731001250606422211234
Binary10010111101110000001010101011000011010010010010100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127B40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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