Shades of Green #045E12
Tints of Green #045E12
RGB
CMYK
RGB Variations
Color information
#045E12 (or 0x045E12) is known color: Green. HEX triplet: 04, 5E and 12. RGB value is (4,94,18). Sum of RGB (Red+Green+Blue) = 4+94+18=116 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.45% from 116); Green value is 94 (37.11% from 255 or 81.03% from 116); Blue value is 18 (7.42% from 255 or 15.52% from 116); Max value from RGB is 94 - color contains mainly: green. Hex color #045E12 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045E12 is #FBA1ED. Grayscale: #3A3A3A. Windows color (decimal): -16490990 or 1203716. OLE color: 1203716.
HSL color Cylindrical-coordinate representation of color #045E12: hue angle of 129.33º degrees, saturation: 0.92, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #045E12 is Cyan = 0.96, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 4 | 94 | 18 | - |
| CMYK | 0.96 | 0 | 0.81 | 0.63 |
| HSL | 129.33º | 0.92% | 0.19% | - |
| HSV(B) | 129.33º | 0.96% | 0.37% | - |
| XYZ | 4.16 | 8.07 | 1.91 | - |
| YUV | 58.43 | 105.18 | 89.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 94 | 18 | 0.96 | 0 | 0.81 | 0.63 | 129.33 | 0.92 | 0.19 |
| Hex | 4 | 5E | 12 | 60 | 0 | 51 | 3F | 81 | 5C | 13 |
| Octal | 4 | 136 | 22 | 140 | 0 | 121 | 77 | 201 | 134 | 23 |
| Binary | 100 | 1011110 | 10010 | 1100000 | 0 | 1010001 | 111111 | 10000001 | 1011100 | 10011 |
Color Harmonies of #045E12
Complementary color
Monochromatic Colors of #045E12
Black with #045E12
Text Example
Text Example
White with #045E12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045E12; }
p { color: rgb(4,94,18); }
H1.HeaderClassName
{
color: #045E12;
}
.AnyTagClassName
{
color: #045E12;
}
</style>
background-color css
<style>
a { background-color: #045E12; }
a { background-color: rgb(4,94,18); }
div.DivClassName
{
background-color: #045E12;
}
.BgClassName
{
background-color: #045E12;
}
</style>
border-color css
<style>
span { border-color: #045E12; }
span { border-color: rgb(4,94,18); }
td.TdClassName
{
border-color: #045E12;
}
.TagClassName
{
border-color: #045E12;
}
</style>