Shades of British Racing Green #00451E
Tints of British Racing Green #00451E
RGB
CMYK
RGB Variations
Color information
#00451E (or 0x00451E) is known color: British Racing Green. HEX triplet: 00, 45 and 1E. RGB value is (0,69,30). Sum of RGB (Red+Green+Blue) = 0+69+30=99 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 99); Green value is 69 (27.34% from 255 or 69.70% from 99); Blue value is 30 (12.11% from 255 or 30.30% from 99); Max value from RGB is 69 - color contains mainly: green. Hex color #00451E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00451E is #FFBAE1. Grayscale: #2C2C2C. Windows color (decimal): -16759522 or 1983744. OLE color: 1983744.
HSL color Cylindrical-coordinate representation of color #00451E: hue angle of 146.09º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00451E is Cyan = 1, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 0 | 69 | 30 | - |
| CMYK | 1 | 0 | 0.57 | 0.73 |
| HSL | 146.09º | 1% | 0.14% | - |
| HSV(B) | 146.09º | 1% | 0.27% | - |
| XYZ | 2.36 | 4.35 | 1.94 | - |
| YUV | 43.92 | 120.14 | 96.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 69 | 30 | 1 | 0 | 0.57 | 0.73 | 146.09 | 1 | 0.14 |
| Hex | 0 | 45 | 1E | 64 | 0 | 39 | 49 | 92 | 64 | E |
| Octal | 0 | 105 | 36 | 144 | 0 | 71 | 111 | 222 | 144 | 16 |
| Binary | 0 | 1000101 | 11110 | 1100100 | 0 | 111001 | 1001001 | 10010010 | 1100100 | 1110 |
Color Harmonies of #00451E
Complementary color
Monochromatic Colors of #00451E
Black with #00451E
Text Example
Text Example
White with #00451E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00451E; }
p { color: rgb(0,69,30); }
H1.HeaderClassName
{
color: #00451E;
}
.AnyTagClassName
{
color: #00451E;
}
</style>
background-color css
<style>
a { background-color: #00451E; }
a { background-color: rgb(0,69,30); }
div.DivClassName
{
background-color: #00451E;
}
.BgClassName
{
background-color: #00451E;
}
</style>
border-color css
<style>
span { border-color: #00451E; }
span { border-color: rgb(0,69,30); }
td.TdClassName
{
border-color: #00451E;
}
.TagClassName
{
border-color: #00451E;
}
</style>