Shades of British Racing Green #05452B
Tints of British Racing Green #05452B
RGB
CMYK
RGB Variations
Color information
#05452B (or 0x05452B) is known color: British Racing Green. HEX triplet: 05, 45 and 2B. RGB value is (5,69,43). Sum of RGB (Red+Green+Blue) = 5+69+43=117 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.27% from 117); Green value is 69 (27.34% from 255 or 58.97% from 117); Blue value is 43 (17.19% from 255 or 36.75% from 117); Max value from RGB is 69 - color contains mainly: green. Hex color #05452B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05452B is #FABAD4. Grayscale: #2E2E2E. Windows color (decimal): -16431829 or 2835717. OLE color: 2835717.
HSL color Cylindrical-coordinate representation of color #05452B: hue angle of 155.62º 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 #05452B is Cyan = 0.93, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 5 | 69 | 43 | - |
| CMYK | 0.93 | 0 | 0.38 | 0.73 |
| HSL | 155.63º | 0.86% | 0.15% | - |
| HSV(B) | 155.63º | 0.93% | 0.27% | - |
| XYZ | 2.63 | 4.46 | 3.01 | - |
| YUV | 46.9 | 125.8 | 98.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 69 | 43 | 0.93 | 0 | 0.38 | 0.73 | 155.63 | 0.86 | 0.15 |
| Hex | 5 | 45 | 2B | 5D | 0 | 26 | 49 | 9C | 56 | F |
| Octal | 5 | 105 | 53 | 135 | 0 | 46 | 111 | 234 | 126 | 17 |
| Binary | 101 | 1000101 | 101011 | 1011101 | 0 | 100110 | 1001001 | 10011100 | 1010110 | 1111 |
Color Harmonies of #05452B
Complementary color
Monochromatic Colors of #05452B
Black with #05452B
Text Example
Text Example
White with #05452B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05452B; }
p { color: rgb(5,69,43); }
H1.HeaderClassName
{
color: #05452B;
}
.AnyTagClassName
{
color: #05452B;
}
</style>
background-color css
<style>
a { background-color: #05452B; }
a { background-color: rgb(5,69,43); }
div.DivClassName
{
background-color: #05452B;
}
.BgClassName
{
background-color: #05452B;
}
</style>
border-color css
<style>
span { border-color: #05452B; }
span { border-color: rgb(5,69,43); }
td.TdClassName
{
border-color: #05452B;
}
.TagClassName
{
border-color: #05452B;
}
</style>