Shades of British Racing Green #013912
Tints of British Racing Green #013912
RGB
CMYK
RGB Variations
Color information
#013912 (or 0x013912) is known color: British Racing Green. HEX triplet: 01, 39 and 12. RGB value is (1,57,18). Sum of RGB (Red+Green+Blue) = 1+57+18=76 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.32% from 76); Green value is 57 (22.66% from 255 or 75% from 76); Blue value is 18 (7.42% from 255 or 23.68% from 76); Max value from RGB is 57 - color contains mainly: green. Hex color #013912 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013912 is #FEC6ED. Grayscale: #232323. Windows color (decimal): -16697070 or 1194241. OLE color: 1194241.
HSL color Cylindrical-coordinate representation of color #013912: hue angle of 138.21º degrees, saturation: 0.97, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013912 is Cyan = 0.98, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 1 | 57 | 18 | - |
| CMYK | 0.98 | 0 | 0.68 | 0.78 |
| HSL | 138.21º | 0.97% | 0.11% | - |
| HSV(B) | 138.21º | 0.98% | 0.22% | - |
| XYZ | 1.58 | 2.98 | 1.06 | - |
| YUV | 35.81 | 117.95 | 103.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 57 | 18 | 0.98 | 0 | 0.68 | 0.78 | 138.21 | 0.97 | 0.11 |
| Hex | 1 | 39 | 12 | 62 | 0 | 44 | 4E | 8A | 61 | B |
| Octal | 1 | 71 | 22 | 142 | 0 | 104 | 116 | 212 | 141 | 13 |
| Binary | 1 | 111001 | 10010 | 1100010 | 0 | 1000100 | 1001110 | 10001010 | 1100001 | 1011 |
Color Harmonies of #013912
Complementary color
Monochromatic Colors of #013912
Black with #013912
Text Example
Text Example
White with #013912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #013912; }
p { color: rgb(1,57,18); }
H1.HeaderClassName
{
color: #013912;
}
.AnyTagClassName
{
color: #013912;
}
</style>
background-color css
<style>
a { background-color: #013912; }
a { background-color: rgb(1,57,18); }
div.DivClassName
{
background-color: #013912;
}
.BgClassName
{
background-color: #013912;
}
</style>
border-color css
<style>
span { border-color: #013912; }
span { border-color: rgb(1,57,18); }
td.TdClassName
{
border-color: #013912;
}
.TagClassName
{
border-color: #013912;
}
</style>