Shades of British Racing Green #05381D
Tints of British Racing Green #05381D
RGB
CMYK
RGB Variations
Color information
#05381D (or 0x05381D) is known color: British Racing Green. HEX triplet: 05, 38 and 1D. RGB value is (5,56,29). Sum of RGB (Red+Green+Blue) = 5+56+29=90 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.56% from 90); Green value is 56 (22.27% from 255 or 62.22% from 90); Blue value is 29 (11.72% from 255 or 32.22% from 90); Max value from RGB is 56 - color contains mainly: green. Hex color #05381D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05381D is #FAC7E2. Grayscale: #252525. Windows color (decimal): -16435171 or 1914885. OLE color: 1914885.
HSL color Cylindrical-coordinate representation of color #05381D: hue angle of 148.24º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #05381D is Cyan = 0.91, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 5 | 56 | 29 | - |
| CMYK | 0.91 | 0 | 0.48 | 0.78 |
| HSL | 148.24º | 0.84% | 0.12% | - |
| HSV(B) | 148.24º | 0.91% | 0.22% | - |
| XYZ | 1.7 | 2.95 | 1.64 | - |
| YUV | 37.67 | 123.1 | 104.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 56 | 29 | 0.91 | 0 | 0.48 | 0.78 | 148.24 | 0.84 | 0.12 |
| Hex | 5 | 38 | 1D | 5B | 0 | 30 | 4E | 94 | 54 | C |
| Octal | 5 | 70 | 35 | 133 | 0 | 60 | 116 | 224 | 124 | 14 |
| Binary | 101 | 111000 | 11101 | 1011011 | 0 | 110000 | 1001110 | 10010100 | 1010100 | 1100 |
Color Harmonies of #05381D
Complementary color
Monochromatic Colors of #05381D
Black with #05381D
Text Example
Text Example
White with #05381D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05381D; }
p { color: rgb(5,56,29); }
H1.HeaderClassName
{
color: #05381D;
}
.AnyTagClassName
{
color: #05381D;
}
</style>
background-color css
<style>
a { background-color: #05381D; }
a { background-color: rgb(5,56,29); }
div.DivClassName
{
background-color: #05381D;
}
.BgClassName
{
background-color: #05381D;
}
</style>
border-color css
<style>
span { border-color: #05381D; }
span { border-color: rgb(5,56,29); }
td.TdClassName
{
border-color: #05381D;
}
.TagClassName
{
border-color: #05381D;
}
</style>