Shades of Green #046212
Tints of Green #046212
RGB
CMYK
RGB Variations
Color information
#046212 (or 0x046212) is known color: Green. HEX triplet: 04, 62 and 12. RGB value is (4,98,18). Sum of RGB (Red+Green+Blue) = 4+98+18=120 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.33% from 120); Green value is 98 (38.67% from 255 or 81.67% from 120); Blue value is 18 (7.42% from 255 or 15% from 120); Max value from RGB is 98 - color contains mainly: green. Hex color #046212 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #046212 is #FB9DED. Grayscale: #3D3D3D. Windows color (decimal): -16489966 or 1204740. OLE color: 1204740.
HSL color Cylindrical-coordinate representation of color #046212: hue angle of 128.94º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #046212 is Cyan = 0.96, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 4 | 98 | 18 | - |
| CMYK | 0.96 | 0 | 0.82 | 0.62 |
| HSL | 128.94º | 0.92% | 0.2% | - |
| HSV(B) | 128.94º | 0.96% | 0.38% | - |
| XYZ | 4.53 | 8.8 | 2.03 | - |
| YUV | 60.77 | 103.86 | 87.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 98 | 18 | 0.96 | 0 | 0.82 | 0.62 | 128.94 | 0.92 | 0.2 |
| Hex | 4 | 62 | 12 | 60 | 0 | 52 | 3E | 81 | 5C | 14 |
| Octal | 4 | 142 | 22 | 140 | 0 | 122 | 76 | 201 | 134 | 24 |
| Binary | 100 | 1100010 | 10010 | 1100000 | 0 | 1010010 | 111110 | 10000001 | 1011100 | 10100 |
Color Harmonies of #046212
Complementary color
Monochromatic Colors of #046212
Black with #046212
Text Example
Text Example
White with #046212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #046212; }
p { color: rgb(4,98,18); }
H1.HeaderClassName
{
color: #046212;
}
.AnyTagClassName
{
color: #046212;
}
</style>
background-color css
<style>
a { background-color: #046212; }
a { background-color: rgb(4,98,18); }
div.DivClassName
{
background-color: #046212;
}
.BgClassName
{
background-color: #046212;
}
</style>
border-color css
<style>
span { border-color: #046212; }
span { border-color: rgb(4,98,18); }
td.TdClassName
{
border-color: #046212;
}
.TagClassName
{
border-color: #046212;
}
</style>