Shades of British Racing Green #023A13
Tints of British Racing Green #023A13
RGB
CMYK
RGB Variations
Color information
#023A13 (or 0x023A13) is known color: British Racing Green. HEX triplet: 02, 3A and 13. RGB value is (2,58,19). Sum of RGB (Red+Green+Blue) = 2+58+19=79 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.53% from 79); Green value is 58 (23.05% from 255 or 73.42% from 79); Blue value is 19 (7.81% from 255 or 24.05% from 79); Max value from RGB is 58 - color contains mainly: green. Hex color #023A13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023A13 is #FDC5EC. Grayscale: #242424. Windows color (decimal): -16631277 or 1260034. OLE color: 1260034.
HSL color Cylindrical-coordinate representation of color #023A13: hue angle of 138.21º degrees, saturation: 0.93, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #023A13 is Cyan = 0.97, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 2 | 58 | 19 | - |
| CMYK | 0.97 | 0 | 0.67 | 0.77 |
| HSL | 138.21º | 0.93% | 0.12% | - |
| HSV(B) | 138.21º | 0.97% | 0.23% | - |
| XYZ | 1.66 | 3.09 | 1.12 | - |
| YUV | 36.81 | 117.95 | 103.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 58 | 19 | 0.97 | 0 | 0.67 | 0.77 | 138.21 | 0.93 | 0.12 |
| Hex | 2 | 3A | 13 | 61 | 0 | 43 | 4D | 8A | 5D | C |
| Octal | 2 | 72 | 23 | 141 | 0 | 103 | 115 | 212 | 135 | 14 |
| Binary | 10 | 111010 | 10011 | 1100001 | 0 | 1000011 | 1001101 | 10001010 | 1011101 | 1100 |
Color Harmonies of #023A13
Complementary color
Monochromatic Colors of #023A13
Black with #023A13
Text Example
Text Example
White with #023A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023A13; }
p { color: rgb(2,58,19); }
H1.HeaderClassName
{
color: #023A13;
}
.AnyTagClassName
{
color: #023A13;
}
</style>
background-color css
<style>
a { background-color: #023A13; }
a { background-color: rgb(2,58,19); }
div.DivClassName
{
background-color: #023A13;
}
.BgClassName
{
background-color: #023A13;
}
</style>
border-color css
<style>
span { border-color: #023A13; }
span { border-color: rgb(2,58,19); }
td.TdClassName
{
border-color: #023A13;
}
.TagClassName
{
border-color: #023A13;
}
</style>