Shades of Dark Spring Green #047A2F
Tints of Dark Spring Green #047A2F
RGB
CMYK
RGB Variations
Color information
#047A2F (or 0x047A2F) is known color: Dark Spring Green. HEX triplet: 04, 7A and 2F. RGB value is (4,122,47). Sum of RGB (Red+Green+Blue) = 4+122+47=173 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.31% from 173); Green value is 122 (48.05% from 255 or 70.52% from 173); Blue value is 47 (18.75% from 255 or 27.17% from 173); Max value from RGB is 122 - color contains mainly: green. Hex color #047A2F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #047A2F is #FB85D0. Grayscale: #4E4E4E. Windows color (decimal): -16483793 or 3111428. OLE color: 3111428.
HSL color Cylindrical-coordinate representation of color #047A2F: hue angle of 141.86º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #047A2F is Cyan = 0.97, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 4 | 122 | 47 | - |
| CMYK | 0.97 | 0 | 0.61 | 0.52 |
| HSL | 141.86º | 0.94% | 0.25% | - |
| HSV(B) | 141.86º | 0.97% | 0.48% | - |
| XYZ | 7.52 | 14.15 | 5.02 | - |
| YUV | 78.17 | 110.41 | 75.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 122 | 47 | 0.97 | 0 | 0.61 | 0.52 | 141.86 | 0.94 | 0.25 |
| Hex | 4 | 7A | 2F | 61 | 0 | 3D | 34 | 8E | 5E | 19 |
| Octal | 4 | 172 | 57 | 141 | 0 | 75 | 64 | 216 | 136 | 31 |
| Binary | 100 | 1111010 | 101111 | 1100001 | 0 | 111101 | 110100 | 10001110 | 1011110 | 11001 |
Color Harmonies of #047A2F
Complementary color
Monochromatic Colors of #047A2F
Black with #047A2F
Text Example
Text Example
White with #047A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #047A2F; }
p { color: rgb(4,122,47); }
H1.HeaderClassName
{
color: #047A2F;
}
.AnyTagClassName
{
color: #047A2F;
}
</style>
background-color css
<style>
a { background-color: #047A2F; }
a { background-color: rgb(4,122,47); }
div.DivClassName
{
background-color: #047A2F;
}
.BgClassName
{
background-color: #047A2F;
}
</style>
border-color css
<style>
span { border-color: #047A2F; }
span { border-color: rgb(4,122,47); }
td.TdClassName
{
border-color: #047A2F;
}
.TagClassName
{
border-color: #047A2F;
}
</style>