Shades of British Racing Green #05442A
Tints of British Racing Green #05442A
RGB
CMYK
RGB Variations
Color information
#05442A (or 0x05442A) is known color: British Racing Green. HEX triplet: 05, 44 and 2A. RGB value is (5,68,42). Sum of RGB (Red+Green+Blue) = 5+68+42=115 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.35% from 115); Green value is 68 (26.95% from 255 or 59.13% from 115); Blue value is 42 (16.80% from 255 or 36.52% from 115); Max value from RGB is 68 - color contains mainly: green. Hex color #05442A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05442A is #FABBD5. Grayscale: #2E2E2E. Windows color (decimal): -16432086 or 2769925. OLE color: 2769925.
HSL color Cylindrical-coordinate representation of color #05442A: hue angle of 155.24º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #05442A is Cyan = 0.93, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 5 | 68 | 42 | - |
| CMYK | 0.93 | 0 | 0.38 | 0.73 |
| HSL | 155.24º | 0.86% | 0.14% | - |
| HSV(B) | 155.24º | 0.93% | 0.27% | - |
| XYZ | 2.55 | 4.33 | 2.89 | - |
| YUV | 46.2 | 125.63 | 98.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 68 | 42 | 0.93 | 0 | 0.38 | 0.73 | 155.24 | 0.86 | 0.14 |
| Hex | 5 | 44 | 2A | 5D | 0 | 26 | 49 | 9B | 56 | E |
| Octal | 5 | 104 | 52 | 135 | 0 | 46 | 111 | 233 | 126 | 16 |
| Binary | 101 | 1000100 | 101010 | 1011101 | 0 | 100110 | 1001001 | 10011011 | 1010110 | 1110 |
Color Harmonies of #05442A
Complementary color
Monochromatic Colors of #05442A
Black with #05442A
Text Example
Text Example
White with #05442A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05442A; }
p { color: rgb(5,68,42); }
H1.HeaderClassName
{
color: #05442A;
}
.AnyTagClassName
{
color: #05442A;
}
</style>
background-color css
<style>
a { background-color: #05442A; }
a { background-color: rgb(5,68,42); }
div.DivClassName
{
background-color: #05442A;
}
.BgClassName
{
background-color: #05442A;
}
</style>
border-color css
<style>
span { border-color: #05442A; }
span { border-color: rgb(5,68,42); }
td.TdClassName
{
border-color: #05442A;
}
.TagClassName
{
border-color: #05442A;
}
</style>