Shades of British Racing Green #00420E
Tints of British Racing Green #00420E
RGB
CMYK
RGB Variations
Color information
#00420E (or 0x00420E) is known color: British Racing Green. HEX triplet: 00, 42 and 0E. RGB value is (0,66,14). Sum of RGB (Red+Green+Blue) = 0+66+14=80 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 80); Green value is 66 (26.17% from 255 or 82.5% from 80); Blue value is 14 (5.86% from 255 or 17.5% from 80); Max value from RGB is 66 - color contains mainly: green. Hex color #00420E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00420E is #FFBDF1. Grayscale: #282828. Windows color (decimal): -16760306 or 934400. OLE color: 934400.
HSL color Cylindrical-coordinate representation of color #00420E: hue angle of 132.73º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00420E is Cyan = 1, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 0 | 66 | 14 | - |
| CMYK | 1 | 0 | 0.79 | 0.74 |
| HSL | 132.73º | 1% | 0.13% | - |
| HSV(B) | 132.73º | 1% | 0.26% | - |
| XYZ | 2.03 | 3.93 | 1.07 | - |
| YUV | 40.34 | 113.13 | 99.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 66 | 14 | 1 | 0 | 0.79 | 0.74 | 132.73 | 1 | 0.13 |
| Hex | 0 | 42 | E | 64 | 0 | 4F | 4A | 85 | 64 | D |
| Octal | 0 | 102 | 16 | 144 | 0 | 117 | 112 | 205 | 144 | 15 |
| Binary | 0 | 1000010 | 1110 | 1100100 | 0 | 1001111 | 1001010 | 10000101 | 1100100 | 1101 |
Color Harmonies of #00420E
Complementary color
Monochromatic Colors of #00420E
Black with #00420E
Text Example
Text Example
White with #00420E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00420E; }
p { color: rgb(0,66,14); }
H1.HeaderClassName
{
color: #00420E;
}
.AnyTagClassName
{
color: #00420E;
}
</style>
background-color css
<style>
a { background-color: #00420E; }
a { background-color: rgb(0,66,14); }
div.DivClassName
{
background-color: #00420E;
}
.BgClassName
{
background-color: #00420E;
}
</style>
border-color css
<style>
span { border-color: #00420E; }
span { border-color: rgb(0,66,14); }
td.TdClassName
{
border-color: #00420E;
}
.TagClassName
{
border-color: #00420E;
}
</style>