Shades of British Racing Green #004F0F
Tints of British Racing Green #004F0F
RGB
CMYK
RGB Variations
Color information
#004F0F (or 0x004F0F) is known color: British Racing Green. HEX triplet: 00, 4F and 0F. RGB value is (0,79,15). Sum of RGB (Red+Green+Blue) = 0+79+15=94 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 94); Green value is 79 (31.25% from 255 or 84.04% from 94); Blue value is 15 (6.25% from 255 or 15.96% from 94); Max value from RGB is 79 - color contains mainly: green. Hex color #004F0F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #004F0F is #FFB0F0. Grayscale: #303030. Windows color (decimal): -16756977 or 1003264. OLE color: 1003264.
HSL color Cylindrical-coordinate representation of color #004F0F: hue angle of 131.39º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004F0F is Cyan = 1, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 0 | 79 | 15 | - |
| CMYK | 1 | 0 | 0.81 | 0.69 |
| HSL | 131.39º | 1% | 0.15% | - |
| HSV(B) | 131.39º | 1% | 0.31% | - |
| XYZ | 2.88 | 5.63 | 1.39 | - |
| YUV | 48.08 | 109.33 | 93.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 79 | 15 | 1 | 0 | 0.81 | 0.69 | 131.39 | 1 | 0.15 |
| Hex | 0 | 4F | F | 64 | 0 | 51 | 45 | 83 | 64 | F |
| Octal | 0 | 117 | 17 | 144 | 0 | 121 | 105 | 203 | 144 | 17 |
| Binary | 0 | 1001111 | 1111 | 1100100 | 0 | 1010001 | 1000101 | 10000011 | 1100100 | 1111 |
Color Harmonies of #004F0F
Complementary color
Monochromatic Colors of #004F0F
Black with #004F0F
Text Example
Text Example
White with #004F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004F0F; }
p { color: rgb(0,79,15); }
H1.HeaderClassName
{
color: #004F0F;
}
.AnyTagClassName
{
color: #004F0F;
}
</style>
background-color css
<style>
a { background-color: #004F0F; }
a { background-color: rgb(0,79,15); }
div.DivClassName
{
background-color: #004F0F;
}
.BgClassName
{
background-color: #004F0F;
}
</style>
border-color css
<style>
span { border-color: #004F0F; }
span { border-color: rgb(0,79,15); }
td.TdClassName
{
border-color: #004F0F;
}
.TagClassName
{
border-color: #004F0F;
}
</style>