Shades of British Racing Green #023B18
Tints of British Racing Green #023B18
RGB
CMYK
RGB Variations
Color information
#023B18 (or 0x023B18) is known color: British Racing Green. HEX triplet: 02, 3B and 18. RGB value is (2,59,24). Sum of RGB (Red+Green+Blue) = 2+59+24=85 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.35% from 85); Green value is 59 (23.44% from 255 or 69.41% from 85); Blue value is 24 (9.77% from 255 or 28.24% from 85); Max value from RGB is 59 - color contains mainly: green. Hex color #023B18 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023B18 is #FDC4E7. Grayscale: #262626. Windows color (decimal): -16631016 or 1587970. OLE color: 1587970.
HSL color Cylindrical-coordinate representation of color #023B18: hue angle of 143.16º 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 #023B18 is Cyan = 0.97, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 2 | 59 | 24 | - |
| CMYK | 0.97 | 0 | 0.59 | 0.77 |
| HSL | 143.16º | 0.93% | 0.12% | - |
| HSV(B) | 143.16º | 0.97% | 0.23% | - |
| XYZ | 1.75 | 3.21 | 1.39 | - |
| YUV | 37.97 | 120.12 | 102.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 59 | 24 | 0.97 | 0 | 0.59 | 0.77 | 143.16 | 0.93 | 0.12 |
| Hex | 2 | 3B | 18 | 61 | 0 | 3B | 4D | 8F | 5D | C |
| Octal | 2 | 73 | 30 | 141 | 0 | 73 | 115 | 217 | 135 | 14 |
| Binary | 10 | 111011 | 11000 | 1100001 | 0 | 111011 | 1001101 | 10001111 | 1011101 | 1100 |
Color Harmonies of #023B18
Complementary color
Monochromatic Colors of #023B18
Black with #023B18
Text Example
Text Example
White with #023B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023B18; }
p { color: rgb(2,59,24); }
H1.HeaderClassName
{
color: #023B18;
}
.AnyTagClassName
{
color: #023B18;
}
</style>
background-color css
<style>
a { background-color: #023B18; }
a { background-color: rgb(2,59,24); }
div.DivClassName
{
background-color: #023B18;
}
.BgClassName
{
background-color: #023B18;
}
</style>
border-color css
<style>
span { border-color: #023B18; }
span { border-color: rgb(2,59,24); }
td.TdClassName
{
border-color: #023B18;
}
.TagClassName
{
border-color: #023B18;
}
</style>