Shades of British Racing Green #05451A
Tints of British Racing Green #05451A
RGB
CMYK
RGB Variations
Color information
#05451A (or 0x05451A) is known color: British Racing Green. HEX triplet: 05, 45 and 1A. RGB value is (5,69,26). Sum of RGB (Red+Green+Blue) = 5+69+26=100 (13% of max value = 765). Red value is 5 (2.34% from 255 or 5% from 100); Green value is 69 (27.34% from 255 or 69% from 100); Blue value is 26 (10.55% from 255 or 26% from 100); Max value from RGB is 69 - color contains mainly: green. Hex color #05451A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05451A is #FABAE5. Grayscale: #2D2D2D. Windows color (decimal): -16431846 or 1721605. OLE color: 1721605.
HSL color Cylindrical-coordinate representation of color #05451A: hue angle of 139.69º degrees, saturation: 0.86, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #05451A is Cyan = 0.93, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 5 | 69 | 26 | - |
| CMYK | 0.93 | 0 | 0.62 | 0.73 |
| HSL | 139.69º | 0.86% | 0.15% | - |
| HSV(B) | 139.69º | 0.93% | 0.27% | - |
| XYZ | 2.38 | 4.36 | 1.69 | - |
| YUV | 44.96 | 117.3 | 99.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 69 | 26 | 0.93 | 0 | 0.62 | 0.73 | 139.69 | 0.86 | 0.15 |
| Hex | 5 | 45 | 1A | 5D | 0 | 3E | 49 | 8C | 56 | F |
| Octal | 5 | 105 | 32 | 135 | 0 | 76 | 111 | 214 | 126 | 17 |
| Binary | 101 | 1000101 | 11010 | 1011101 | 0 | 111110 | 1001001 | 10001100 | 1010110 | 1111 |
Color Harmonies of #05451A
Complementary color
Monochromatic Colors of #05451A
Black with #05451A
Text Example
Text Example
White with #05451A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05451A; }
p { color: rgb(5,69,26); }
H1.HeaderClassName
{
color: #05451A;
}
.AnyTagClassName
{
color: #05451A;
}
</style>
background-color css
<style>
a { background-color: #05451A; }
a { background-color: rgb(5,69,26); }
div.DivClassName
{
background-color: #05451A;
}
.BgClassName
{
background-color: #05451A;
}
</style>
border-color css
<style>
span { border-color: #05451A; }
span { border-color: rgb(5,69,26); }
td.TdClassName
{
border-color: #05451A;
}
.TagClassName
{
border-color: #05451A;
}
</style>