#127B3C

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

Shades of Dark Spring Green #127B3C

Tints of Dark Spring Green #127B3C

Color information

#127B3C (or 0x127B3C) is unknown color: approx Dark Spring Green. HEX triplet: 12, 7B and 3C. RGB value is (18,123,60). Sum of RGB (Red+Green+Blue) = 18+123+60=201 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.96% from 201); Green value is 123 (48.44% from 255 or 61.19% from 201); Blue value is 60 (23.83% from 255 or 29.85% from 201); Max value from RGB is 123 - color contains mainly: green. Hex color #127B3C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127B3C is #ED84C3. Grayscale: #545454. Windows color (decimal): -15566020 or 3963666. OLE color: 3963666.

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

Color convert

RGB1812360-
CMYK0.8500.510.52
HSL144º74.47%27.65%-
HSV(B)144º85.37%48.24%-
XYZ8.1514.626.67-
YUV84.42114.2180.62-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.96%
GREEN value IS 123 (48.44% from 255) = 61.19%
BLUE value IS 60 (23.83% from 255) = 29.85%
R=8.96%
G=61.19%
B=29.85%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal18123600.8500.510.5214474.4727.65
Hex127B3C5503334904a1c
Octal22173741250636422011234
Binary1001011110111111001010101011001111010010010000100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127B3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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