Shades of British Racing Green #06381E
Tints of British Racing Green #06381E
RGB
CMYK
RGB Variations
Color information
#06381E (or 0x06381E) is known color: British Racing Green. HEX triplet: 06, 38 and 1E. RGB value is (6,56,30). Sum of RGB (Red+Green+Blue) = 6+56+30=92 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.52% from 92); Green value is 56 (22.27% from 255 or 60.87% from 92); Blue value is 30 (12.11% from 255 or 32.61% from 92); Max value from RGB is 56 - color contains mainly: green. Hex color #06381E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06381E is #F9C7E1. Grayscale: #262626. Windows color (decimal): -16369634 or 1980422. OLE color: 1980422.
HSL color Cylindrical-coordinate representation of color #06381E: hue angle of 148.8º degrees, saturation: 0.81, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #06381E is Cyan = 0.89, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 6 | 56 | 30 | - |
| CMYK | 0.89 | 0 | 0.46 | 0.78 |
| HSL | 148.8º | 0.81% | 0.12% | - |
| HSV(B) | 148.8º | 0.89% | 0.22% | - |
| XYZ | 1.72 | 2.96 | 1.71 | - |
| YUV | 38.09 | 123.44 | 105.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 56 | 30 | 0.89 | 0 | 0.46 | 0.78 | 148.8 | 0.81 | 0.12 |
| Hex | 6 | 38 | 1E | 59 | 0 | 2E | 4E | 95 | 51 | C |
| Octal | 6 | 70 | 36 | 131 | 0 | 56 | 116 | 225 | 121 | 14 |
| Binary | 110 | 111000 | 11110 | 1011001 | 0 | 101110 | 1001110 | 10010101 | 1010001 | 1100 |
Color Harmonies of #06381E
Complementary color
Monochromatic Colors of #06381E
Black with #06381E
Text Example
Text Example
White with #06381E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06381E; }
p { color: rgb(6,56,30); }
H1.HeaderClassName
{
color: #06381E;
}
.AnyTagClassName
{
color: #06381E;
}
</style>
background-color css
<style>
a { background-color: #06381E; }
a { background-color: rgb(6,56,30); }
div.DivClassName
{
background-color: #06381E;
}
.BgClassName
{
background-color: #06381E;
}
</style>
border-color css
<style>
span { border-color: #06381E; }
span { border-color: rgb(6,56,30); }
td.TdClassName
{
border-color: #06381E;
}
.TagClassName
{
border-color: #06381E;
}
</style>