Shades of British Racing Green #00391B
Tints of British Racing Green #00391B
RGB
CMYK
RGB Variations
Color information
#00391B (or 0x00391B) is known color: British Racing Green. HEX triplet: 00, 39 and 1B. RGB value is (0,57,27). Sum of RGB (Red+Green+Blue) = 0+57+27=84 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 84); Green value is 57 (22.66% from 255 or 67.86% from 84); Blue value is 27 (10.94% from 255 or 32.14% from 84); Max value from RGB is 57 - color contains mainly: green. Hex color #00391B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00391B is #FFC6E4. Grayscale: #242424. Windows color (decimal): -16762597 or 1784064. OLE color: 1784064.
HSL color Cylindrical-coordinate representation of color #00391B: hue angle of 148.42º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00391B is Cyan = 1, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 0 | 57 | 27 | - |
| CMYK | 1 | 0 | 0.53 | 0.78 |
| HSL | 148.42º | 1% | 0.11% | - |
| HSV(B) | 148.42º | 1% | 0.22% | - |
| XYZ | 1.66 | 3.01 | 1.53 | - |
| YUV | 36.54 | 122.62 | 101.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 57 | 27 | 1 | 0 | 0.53 | 0.78 | 148.42 | 1 | 0.11 |
| Hex | 0 | 39 | 1B | 64 | 0 | 35 | 4E | 94 | 64 | B |
| Octal | 0 | 71 | 33 | 144 | 0 | 65 | 116 | 224 | 144 | 13 |
| Binary | 0 | 111001 | 11011 | 1100100 | 0 | 110101 | 1001110 | 10010100 | 1100100 | 1011 |
Color Harmonies of #00391B
Complementary color
Monochromatic Colors of #00391B
Black with #00391B
Text Example
Text Example
White with #00391B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00391B; }
p { color: rgb(0,57,27); }
H1.HeaderClassName
{
color: #00391B;
}
.AnyTagClassName
{
color: #00391B;
}
</style>
background-color css
<style>
a { background-color: #00391B; }
a { background-color: rgb(0,57,27); }
div.DivClassName
{
background-color: #00391B;
}
.BgClassName
{
background-color: #00391B;
}
</style>
border-color css
<style>
span { border-color: #00391B; }
span { border-color: rgb(0,57,27); }
td.TdClassName
{
border-color: #00391B;
}
.TagClassName
{
border-color: #00391B;
}
</style>