Shades of British Racing Green #05422C
Tints of British Racing Green #05422C
RGB
CMYK
RGB Variations
Color information
#05422C (or 0x05422C) is known color: British Racing Green. HEX triplet: 05, 42 and 2C. RGB value is (5,66,44). Sum of RGB (Red+Green+Blue) = 5+66+44=115 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.35% from 115); Green value is 66 (26.17% from 255 or 57.39% from 115); Blue value is 44 (17.58% from 255 or 38.26% from 115); Max value from RGB is 66 - color contains mainly: green. Hex color #05422C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05422C is #FABDD3. Grayscale: #2D2D2D. Windows color (decimal): -16432596 or 2900485. OLE color: 2900485.
HSL color Cylindrical-coordinate representation of color #05422C: hue angle of 158.36º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #05422C is Cyan = 0.92, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 5 | 66 | 44 | - |
| CMYK | 0.92 | 0 | 0.33 | 0.74 |
| HSL | 158.36º | 0.86% | 0.14% | - |
| HSV(B) | 158.36º | 0.92% | 0.26% | - |
| XYZ | 2.47 | 4.11 | 3.05 | - |
| YUV | 45.25 | 127.29 | 99.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 66 | 44 | 0.92 | 0 | 0.33 | 0.74 | 158.36 | 0.86 | 0.14 |
| Hex | 5 | 42 | 2C | 5C | 0 | 21 | 4A | 9E | 56 | E |
| Octal | 5 | 102 | 54 | 134 | 0 | 41 | 112 | 236 | 126 | 16 |
| Binary | 101 | 1000010 | 101100 | 1011100 | 0 | 100001 | 1001010 | 10011110 | 1010110 | 1110 |
Color Harmonies of #05422C
Complementary color
Monochromatic Colors of #05422C
Black with #05422C
Text Example
Text Example
White with #05422C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05422C; }
p { color: rgb(5,66,44); }
H1.HeaderClassName
{
color: #05422C;
}
.AnyTagClassName
{
color: #05422C;
}
</style>
background-color css
<style>
a { background-color: #05422C; }
a { background-color: rgb(5,66,44); }
div.DivClassName
{
background-color: #05422C;
}
.BgClassName
{
background-color: #05422C;
}
</style>
border-color css
<style>
span { border-color: #05422C; }
span { border-color: rgb(5,66,44); }
td.TdClassName
{
border-color: #05422C;
}
.TagClassName
{
border-color: #05422C;
}
</style>