Shades of British Racing Green #05501C
Tints of British Racing Green #05501C
RGB
CMYK
RGB Variations
Color information
#05501C (or 0x05501C) is known color: British Racing Green. HEX triplet: 05, 50 and 1C. RGB value is (5,80,28). Sum of RGB (Red+Green+Blue) = 5+80+28=113 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.42% from 113); Green value is 80 (31.64% from 255 or 70.80% from 113); Blue value is 28 (11.33% from 255 or 24.78% from 113); Max value from RGB is 80 - color contains mainly: green. Hex color #05501C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #05501C is #FAAFE3. Grayscale: #333333. Windows color (decimal): -16429028 or 1855493. OLE color: 1855493.
HSL color Cylindrical-coordinate representation of color #05501C: hue angle of 138.4º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05501C is Cyan = 0.94, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 5 | 80 | 28 | - |
| CMYK | 0.94 | 0 | 0.65 | 0.69 |
| HSL | 138.4º | 0.88% | 0.17% | - |
| HSV(B) | 138.4º | 0.94% | 0.31% | - |
| XYZ | 3.14 | 5.85 | 2.06 | - |
| YUV | 51.65 | 114.65 | 94.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 80 | 28 | 0.94 | 0 | 0.65 | 0.69 | 138.4 | 0.88 | 0.17 |
| Hex | 5 | 50 | 1C | 5E | 0 | 41 | 45 | 8A | 58 | 11 |
| Octal | 5 | 120 | 34 | 136 | 0 | 101 | 105 | 212 | 130 | 21 |
| Binary | 101 | 1010000 | 11100 | 1011110 | 0 | 1000001 | 1000101 | 10001010 | 1011000 | 10001 |
Color Harmonies of #05501C
Complementary color
Monochromatic Colors of #05501C
Black with #05501C
Text Example
Text Example
White with #05501C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05501C; }
p { color: rgb(5,80,28); }
H1.HeaderClassName
{
color: #05501C;
}
.AnyTagClassName
{
color: #05501C;
}
</style>
background-color css
<style>
a { background-color: #05501C; }
a { background-color: rgb(5,80,28); }
div.DivClassName
{
background-color: #05501C;
}
.BgClassName
{
background-color: #05501C;
}
</style>
border-color css
<style>
span { border-color: #05501C; }
span { border-color: rgb(5,80,28); }
td.TdClassName
{
border-color: #05501C;
}
.TagClassName
{
border-color: #05501C;
}
</style>