Shades of British Racing Green #07381E
Tints of British Racing Green #07381E
RGB
CMYK
RGB Variations
Color information
#07381E (or 0x07381E) is known color: British Racing Green. HEX triplet: 07, 38 and 1E. RGB value is (7,56,30). Sum of RGB (Red+Green+Blue) = 7+56+30=93 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.53% from 93); Green value is 56 (22.27% from 255 or 60.22% from 93); Blue value is 30 (12.11% from 255 or 32.26% from 93); Max value from RGB is 56 - color contains mainly: green. Hex color #07381E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07381E is #F8C7E1. Grayscale: #262626. Windows color (decimal): -16304098 or 1980423. OLE color: 1980423.
HSL color Cylindrical-coordinate representation of color #07381E: hue angle of 148.16º degrees, saturation: 0.78, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #07381E is Cyan = 0.88, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 7 | 56 | 30 | - |
| CMYK | 0.88 | 0 | 0.46 | 0.78 |
| HSL | 148.16º | 0.78% | 0.12% | - |
| HSV(B) | 148.16º | 0.88% | 0.22% | - |
| XYZ | 1.74 | 2.97 | 1.71 | - |
| YUV | 38.39 | 123.27 | 105.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 56 | 30 | 0.88 | 0 | 0.46 | 0.78 | 148.16 | 0.78 | 0.12 |
| Hex | 7 | 38 | 1E | 58 | 0 | 2E | 4E | 94 | 4E | C |
| Octal | 7 | 70 | 36 | 130 | 0 | 56 | 116 | 224 | 116 | 14 |
| Binary | 111 | 111000 | 11110 | 1011000 | 0 | 101110 | 1001110 | 10010100 | 1001110 | 1100 |
Color Harmonies of #07381E
Complementary color
Monochromatic Colors of #07381E
Black with #07381E
Text Example
Text Example
White with #07381E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07381E; }
p { color: rgb(7,56,30); }
H1.HeaderClassName
{
color: #07381E;
}
.AnyTagClassName
{
color: #07381E;
}
</style>
background-color css
<style>
a { background-color: #07381E; }
a { background-color: rgb(7,56,30); }
div.DivClassName
{
background-color: #07381E;
}
.BgClassName
{
background-color: #07381E;
}
</style>
border-color css
<style>
span { border-color: #07381E; }
span { border-color: rgb(7,56,30); }
td.TdClassName
{
border-color: #07381E;
}
.TagClassName
{
border-color: #07381E;
}
</style>