Shades of British Racing Green #023C1B
Tints of British Racing Green #023C1B
RGB
CMYK
RGB Variations
Color information
#023C1B (or 0x023C1B) is known color: British Racing Green. HEX triplet: 02, 3C and 1B. RGB value is (2,60,27). Sum of RGB (Red+Green+Blue) = 2+60+27=89 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.25% from 89); Green value is 60 (23.83% from 255 or 67.42% from 89); Blue value is 27 (10.94% from 255 or 30.34% from 89); Max value from RGB is 60 - color contains mainly: green. Hex color #023C1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023C1B is #FDC3E4. Grayscale: #262626. Windows color (decimal): -16630757 or 1784834. OLE color: 1784834.
HSL color Cylindrical-coordinate representation of color #023C1B: hue angle of 145.86º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #023C1B is Cyan = 0.97, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 2 | 60 | 27 | - |
| CMYK | 0.97 | 0 | 0.55 | 0.76 |
| HSL | 145.86º | 0.94% | 0.12% | - |
| HSV(B) | 145.86º | 0.97% | 0.24% | - |
| XYZ | 1.84 | 3.32 | 1.58 | - |
| YUV | 38.9 | 121.28 | 101.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 60 | 27 | 0.97 | 0 | 0.55 | 0.76 | 145.86 | 0.94 | 0.12 |
| Hex | 2 | 3C | 1B | 61 | 0 | 37 | 4C | 92 | 5E | C |
| Octal | 2 | 74 | 33 | 141 | 0 | 67 | 114 | 222 | 136 | 14 |
| Binary | 10 | 111100 | 11011 | 1100001 | 0 | 110111 | 1001100 | 10010010 | 1011110 | 1100 |
Color Harmonies of #023C1B
Complementary color
Monochromatic Colors of #023C1B
Black with #023C1B
Text Example
Text Example
White with #023C1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023C1B; }
p { color: rgb(2,60,27); }
H1.HeaderClassName
{
color: #023C1B;
}
.AnyTagClassName
{
color: #023C1B;
}
</style>
background-color css
<style>
a { background-color: #023C1B; }
a { background-color: rgb(2,60,27); }
div.DivClassName
{
background-color: #023C1B;
}
.BgClassName
{
background-color: #023C1B;
}
</style>
border-color css
<style>
span { border-color: #023C1B; }
span { border-color: rgb(2,60,27); }
td.TdClassName
{
border-color: #023C1B;
}
.TagClassName
{
border-color: #023C1B;
}
</style>