Shades of Green #045F01
Tints of Green #045F01
RGB
CMYK
RGB Variations
Color information
#045F01 (or 0x045F01) is known color: Green. HEX triplet: 04, 5F and 01. RGB value is (4,95,1). Sum of RGB (Red+Green+Blue) = 4+95+1=100 (13% of max value = 765). Red value is 4 (1.95% from 255 or 4% from 100); Green value is 95 (37.5% from 255 or 95% from 100); Blue value is 1 (0.78% from 255 or 1% from 100); Max value from RGB is 95 - color contains mainly: green. Hex color #045F01 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #045F01 is #FBA0FE. Grayscale: #393939. Windows color (decimal): -16490751 or 89860. OLE color: 89860.
HSL color Cylindrical-coordinate representation of color #045F01: hue angle of 118.09º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #045F01 is Cyan = 0.96, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 4 | 95 | 1 | - |
| CMYK | 0.96 | 0 | 0.99 | 0.63 |
| HSL | 118.09º | 0.98% | 0.19% | - |
| HSV(B) | 118.09º | 0.99% | 0.37% | - |
| XYZ | 4.15 | 8.21 | 1.4 | - |
| YUV | 57.08 | 96.35 | 90.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 95 | 1 | 0.96 | 0 | 0.99 | 0.63 | 118.09 | 0.98 | 0.19 |
| Hex | 4 | 5F | 1 | 60 | 0 | 63 | 3F | 76 | 62 | 13 |
| Octal | 4 | 137 | 1 | 140 | 0 | 143 | 77 | 166 | 142 | 23 |
| Binary | 100 | 1011111 | 1 | 1100000 | 0 | 1100011 | 111111 | 1110110 | 1100010 | 10011 |
Color Harmonies of #045F01
Complementary color
Monochromatic Colors of #045F01
Black with #045F01
Text Example
Text Example
White with #045F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045F01; }
p { color: rgb(4,95,1); }
H1.HeaderClassName
{
color: #045F01;
}
.AnyTagClassName
{
color: #045F01;
}
</style>
background-color css
<style>
a { background-color: #045F01; }
a { background-color: rgb(4,95,1); }
div.DivClassName
{
background-color: #045F01;
}
.BgClassName
{
background-color: #045F01;
}
</style>
border-color css
<style>
span { border-color: #045F01; }
span { border-color: rgb(4,95,1); }
td.TdClassName
{
border-color: #045F01;
}
.TagClassName
{
border-color: #045F01;
}
</style>