#127B42

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

Shades of Dark Spring Green #127B42

Tints of Dark Spring Green #127B42

Color information

#127B42 (or 0x127B42) is unknown color: approx Dark Spring Green. HEX triplet: 12, 7B and 42. RGB value is (18,123,66). Sum of RGB (Red+Green+Blue) = 18+123+66=207 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.70% from 207); Green value is 123 (48.44% from 255 or 59.42% from 207); Blue value is 66 (26.17% from 255 or 31.88% from 207); Max value from RGB is 123 - color contains mainly: green. Hex color #127B42 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127B42 is #ED84BD. Grayscale: #555555. Windows color (decimal): -15566014 or 4356882. OLE color: 4356882.

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

Color convert

RGB1812366-
CMYK0.8500.460.52
HSL147.43º74.47%27.65%-
HSV(B)147.43º85.37%48.24%-
XYZ8.3214.697.55-
YUV85.11117.2180.13-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.70%
GREEN value IS 123 (48.44% from 255) = 59.42%
BLUE value IS 66 (26.17% from 255) = 31.88%
R=8.70%
G=59.42%
B=31.88%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal18123660.8500.460.52147.4374.4727.65
Hex127B425502E34934a1c
Octal221731021250566422311234
Binary10010111101110000101010101010111011010010010011100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127B42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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