Shades of British Racing Green #023813
Tints of British Racing Green #023813
RGB
CMYK
RGB Variations
Color information
#023813 (or 0x023813) is known color: British Racing Green. HEX triplet: 02, 38 and 13. RGB value is (2,56,19). Sum of RGB (Red+Green+Blue) = 2+56+19=77 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.60% from 77); Green value is 56 (22.27% from 255 or 72.73% from 77); Blue value is 19 (7.81% from 255 or 24.68% from 77); Max value from RGB is 56 - color contains mainly: green. Hex color #023813 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023813 is #FDC7EC. Grayscale: #232323. Windows color (decimal): -16631789 or 1259522. OLE color: 1259522.
HSL color Cylindrical-coordinate representation of color #023813: hue angle of 138.89º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #023813 is Cyan = 0.96, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 2 | 56 | 19 | - |
| CMYK | 0.96 | 0 | 0.66 | 0.78 |
| HSL | 138.89º | 0.93% | 0.11% | - |
| HSV(B) | 138.89º | 0.96% | 0.22% | - |
| XYZ | 1.56 | 2.89 | 1.09 | - |
| YUV | 35.64 | 118.61 | 104.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 56 | 19 | 0.96 | 0 | 0.66 | 0.78 | 138.89 | 0.93 | 0.11 |
| Hex | 2 | 38 | 13 | 60 | 0 | 42 | 4E | 8B | 5D | B |
| Octal | 2 | 70 | 23 | 140 | 0 | 102 | 116 | 213 | 135 | 13 |
| Binary | 10 | 111000 | 10011 | 1100000 | 0 | 1000010 | 1001110 | 10001011 | 1011101 | 1011 |
Color Harmonies of #023813
Complementary color
Monochromatic Colors of #023813
Black with #023813
Text Example
Text Example
White with #023813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023813; }
p { color: rgb(2,56,19); }
H1.HeaderClassName
{
color: #023813;
}
.AnyTagClassName
{
color: #023813;
}
</style>
background-color css
<style>
a { background-color: #023813; }
a { background-color: rgb(2,56,19); }
div.DivClassName
{
background-color: #023813;
}
.BgClassName
{
background-color: #023813;
}
</style>
border-color css
<style>
span { border-color: #023813; }
span { border-color: rgb(2,56,19); }
td.TdClassName
{
border-color: #023813;
}
.TagClassName
{
border-color: #023813;
}
</style>