Shades of British Racing Green #00451F
Tints of British Racing Green #00451F
RGB
CMYK
RGB Variations
Color information
#00451F (or 0x00451F) is known color: British Racing Green. HEX triplet: 00, 45 and 1F. RGB value is (0,69,31). Sum of RGB (Red+Green+Blue) = 0+69+31=100 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 100); Green value is 69 (27.34% from 255 or 69% from 100); Blue value is 31 (12.5% from 255 or 31% from 100); Max value from RGB is 69 - color contains mainly: green. Hex color #00451F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00451F is #FFBAE0. Grayscale: #2C2C2C. Windows color (decimal): -16759521 or 2049280. OLE color: 2049280.
HSL color Cylindrical-coordinate representation of color #00451F: hue angle of 146.96º 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 #00451F is Cyan = 1, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 0 | 69 | 31 | - |
| CMYK | 1 | 0 | 0.55 | 0.73 |
| HSL | 146.96º | 1% | 0.14% | - |
| HSV(B) | 146.96º | 1% | 0.27% | - |
| XYZ | 2.38 | 4.36 | 2.01 | - |
| YUV | 44.04 | 120.64 | 96.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 69 | 31 | 1 | 0 | 0.55 | 0.73 | 146.96 | 1 | 0.14 |
| Hex | 0 | 45 | 1F | 64 | 0 | 37 | 49 | 93 | 64 | E |
| Octal | 0 | 105 | 37 | 144 | 0 | 67 | 111 | 223 | 144 | 16 |
| Binary | 0 | 1000101 | 11111 | 1100100 | 0 | 110111 | 1001001 | 10010011 | 1100100 | 1110 |
Color Harmonies of #00451F
Complementary color
Monochromatic Colors of #00451F
Black with #00451F
Text Example
Text Example
White with #00451F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00451F; }
p { color: rgb(0,69,31); }
H1.HeaderClassName
{
color: #00451F;
}
.AnyTagClassName
{
color: #00451F;
}
</style>
background-color css
<style>
a { background-color: #00451F; }
a { background-color: rgb(0,69,31); }
div.DivClassName
{
background-color: #00451F;
}
.BgClassName
{
background-color: #00451F;
}
</style>
border-color css
<style>
span { border-color: #00451F; }
span { border-color: rgb(0,69,31); }
td.TdClassName
{
border-color: #00451F;
}
.TagClassName
{
border-color: #00451F;
}
</style>