Shades of Dark Spring Green #127B3C
Tints of Dark Spring Green #127B3C
RGB
CMYK
RGB Variations
Color information
#127B3C (or 0x127B3C) is known color: 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
| RGB | 18 | 123 | 60 | - |
| CMYK | 0.85 | 0 | 0.51 | 0.52 |
| HSL | 144º | 0.74% | 0.28% | - |
| HSV(B) | 144º | 0.85% | 0.48% | - |
| XYZ | 8.15 | 14.62 | 6.67 | - |
| YUV | 84.42 | 114.21 | 80.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 18 | 123 | 60 | 0.85 | 0 | 0.51 | 0.52 | 144 | 0.74 | 0.28 |
| Hex | 12 | 7B | 3C | 55 | 0 | 33 | 34 | 90 | 4A | 1C |
| Octal | 22 | 173 | 74 | 125 | 0 | 63 | 64 | 220 | 112 | 34 |
| Binary | 10010 | 1111011 | 111100 | 1010101 | 0 | 110011 | 110100 | 10010000 | 1001010 | 11100 |
Color Harmonies of #127B3C
Complementary color
Monochromatic Colors of #127B3C
Black with #127B3C
Text Example
Text Example
White with #127B3C
Text Example
Text Example
HTML Codes & Css Web 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>