Shades of Green #055F0F
Tints of Green #055F0F
RGB
CMYK
RGB Variations
Color information
#055F0F (or 0x055F0F) is known color: Green. HEX triplet: 05, 5F and 0F. RGB value is (5,95,15). Sum of RGB (Red+Green+Blue) = 5+95+15=115 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.35% from 115); Green value is 95 (37.5% from 255 or 82.61% from 115); Blue value is 15 (6.25% from 255 or 13.04% from 115); Max value from RGB is 95 - color contains mainly: green. Hex color #055F0F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #055F0F is #FAA0F0. Grayscale: #3B3B3B. Windows color (decimal): -16425201 or 1007365. OLE color: 1007365.
HSL color Cylindrical-coordinate representation of color #055F0F: hue angle of 126.67º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #055F0F is Cyan = 0.95, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 5 | 95 | 15 | - |
| CMYK | 0.95 | 0 | 0.84 | 0.63 |
| HSL | 126.67º | 0.9% | 0.2% | - |
| HSV(B) | 126.67º | 0.95% | 0.37% | - |
| XYZ | 4.24 | 8.25 | 1.82 | - |
| YUV | 58.97 | 103.18 | 89.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 95 | 15 | 0.95 | 0 | 0.84 | 0.63 | 126.67 | 0.9 | 0.2 |
| Hex | 5 | 5F | F | 5F | 0 | 54 | 3F | 7F | 5A | 14 |
| Octal | 5 | 137 | 17 | 137 | 0 | 124 | 77 | 177 | 132 | 24 |
| Binary | 101 | 1011111 | 1111 | 1011111 | 0 | 1010100 | 111111 | 1111111 | 1011010 | 10100 |
Color Harmonies of #055F0F
Complementary color
Monochromatic Colors of #055F0F
Black with #055F0F
Text Example
Text Example
White with #055F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #055F0F; }
p { color: rgb(5,95,15); }
H1.HeaderClassName
{
color: #055F0F;
}
.AnyTagClassName
{
color: #055F0F;
}
</style>
background-color css
<style>
a { background-color: #055F0F; }
a { background-color: rgb(5,95,15); }
div.DivClassName
{
background-color: #055F0F;
}
.BgClassName
{
background-color: #055F0F;
}
</style>
border-color css
<style>
span { border-color: #055F0F; }
span { border-color: rgb(5,95,15); }
td.TdClassName
{
border-color: #055F0F;
}
.TagClassName
{
border-color: #055F0F;
}
</style>