Shades of Green #046F0F
Tints of Green #046F0F
RGB
CMYK
RGB Variations
Color information
#046F0F (or 0x046F0F) is known color: Green. HEX triplet: 04, 6F and 0F. RGB value is (4,111,15). Sum of RGB (Red+Green+Blue) = 4+111+15=130 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.08% from 130); Green value is 111 (43.75% from 255 or 85.38% from 130); Blue value is 15 (6.25% from 255 or 11.54% from 130); Max value from RGB is 111 - color contains mainly: green. Hex color #046F0F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #046F0F is #FB90F0. Grayscale: #444444. Windows color (decimal): -16486641 or 1011460. OLE color: 1011460.
HSL color Cylindrical-coordinate representation of color #046F0F: hue angle of 126.17º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046F0F is Cyan = 0.96, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 4 | 111 | 15 | - |
| CMYK | 0.96 | 0 | 0.86 | 0.56 |
| HSL | 126.17º | 0.93% | 0.23% | - |
| HSV(B) | 126.17º | 0.96% | 0.44% | - |
| XYZ | 5.82 | 11.43 | 2.35 | - |
| YUV | 68.06 | 98.05 | 82.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 111 | 15 | 0.96 | 0 | 0.86 | 0.56 | 126.17 | 0.93 | 0.23 |
| Hex | 4 | 6F | F | 60 | 0 | 56 | 38 | 7E | 5D | 17 |
| Octal | 4 | 157 | 17 | 140 | 0 | 126 | 70 | 176 | 135 | 27 |
| Binary | 100 | 1101111 | 1111 | 1100000 | 0 | 1010110 | 111000 | 1111110 | 1011101 | 10111 |
Color Harmonies of #046F0F
Complementary color
Monochromatic Colors of #046F0F
Black with #046F0F
Text Example
Text Example
White with #046F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046F0F; }
p { color: rgb(4,111,15); }
H1.HeaderClassName
{
color: #046F0F;
}
.AnyTagClassName
{
color: #046F0F;
}
</style>
background-color css
<style>
a { background-color: #046F0F; }
a { background-color: rgb(4,111,15); }
div.DivClassName
{
background-color: #046F0F;
}
.BgClassName
{
background-color: #046F0F;
}
</style>
border-color css
<style>
span { border-color: #046F0F; }
span { border-color: rgb(4,111,15); }
td.TdClassName
{
border-color: #046F0F;
}
.TagClassName
{
border-color: #046F0F;
}
</style>