Shades of British Racing Green #00391D
Tints of British Racing Green #00391D
RGB
CMYK
RGB Variations
Color information
#00391D (or 0x00391D) is known color: British Racing Green. HEX triplet: 00, 39 and 1D. RGB value is (0,57,29). Sum of RGB (Red+Green+Blue) = 0+57+29=86 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 86); Green value is 57 (22.66% from 255 or 66.28% from 86); Blue value is 29 (11.72% from 255 or 33.72% from 86); Max value from RGB is 57 - color contains mainly: green. Hex color #00391D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00391D is #FFC6E2. Grayscale: #242424. Windows color (decimal): -16762595 or 1915136. OLE color: 1915136.
HSL color Cylindrical-coordinate representation of color #00391D: hue angle of 150.53º 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 #00391D is Cyan = 1, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 0 | 57 | 29 | - |
| CMYK | 1 | 0 | 0.49 | 0.78 |
| HSL | 150.53º | 1% | 0.11% | - |
| HSV(B) | 150.53º | 1% | 0.22% | - |
| XYZ | 1.68 | 3.01 | 1.66 | - |
| YUV | 36.77 | 123.62 | 101.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 57 | 29 | 1 | 0 | 0.49 | 0.78 | 150.53 | 1 | 0.11 |
| Hex | 0 | 39 | 1D | 64 | 0 | 31 | 4E | 97 | 64 | B |
| Octal | 0 | 71 | 35 | 144 | 0 | 61 | 116 | 227 | 144 | 13 |
| Binary | 0 | 111001 | 11101 | 1100100 | 0 | 110001 | 1001110 | 10010111 | 1100100 | 1011 |
Color Harmonies of #00391D
Complementary color
Monochromatic Colors of #00391D
Black with #00391D
Text Example
Text Example
White with #00391D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00391D; }
p { color: rgb(0,57,29); }
H1.HeaderClassName
{
color: #00391D;
}
.AnyTagClassName
{
color: #00391D;
}
</style>
background-color css
<style>
a { background-color: #00391D; }
a { background-color: rgb(0,57,29); }
div.DivClassName
{
background-color: #00391D;
}
.BgClassName
{
background-color: #00391D;
}
</style>
border-color css
<style>
span { border-color: #00391D; }
span { border-color: rgb(0,57,29); }
td.TdClassName
{
border-color: #00391D;
}
.TagClassName
{
border-color: #00391D;
}
</style>