Shades of British Racing Green #023B1C
Tints of British Racing Green #023B1C
RGB
CMYK
RGB Variations
Color information
#023B1C (or 0x023B1C) is known color: British Racing Green. HEX triplet: 02, 3B and 1C. RGB value is (2,59,28). Sum of RGB (Red+Green+Blue) = 2+59+28=89 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.25% from 89); Green value is 59 (23.44% from 255 or 66.29% from 89); Blue value is 28 (11.33% from 255 or 31.46% from 89); Max value from RGB is 59 - color contains mainly: green. Hex color #023B1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023B1C is #FDC4E3. Grayscale: #262626. Windows color (decimal): -16631012 or 1850114. OLE color: 1850114.
HSL color Cylindrical-coordinate representation of color #023B1C: hue angle of 147.37º 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 #023B1C is Cyan = 0.97, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 2 | 59 | 28 | - |
| CMYK | 0.97 | 0 | 0.53 | 0.77 |
| HSL | 147.37º | 0.93% | 0.12% | - |
| HSV(B) | 147.37º | 0.97% | 0.23% | - |
| XYZ | 1.8 | 3.22 | 1.63 | - |
| YUV | 38.42 | 122.12 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 59 | 28 | 0.97 | 0 | 0.53 | 0.77 | 147.37 | 0.93 | 0.12 |
| Hex | 2 | 3B | 1C | 61 | 0 | 35 | 4D | 93 | 5D | C |
| Octal | 2 | 73 | 34 | 141 | 0 | 65 | 115 | 223 | 135 | 14 |
| Binary | 10 | 111011 | 11100 | 1100001 | 0 | 110101 | 1001101 | 10010011 | 1011101 | 1100 |
Color Harmonies of #023B1C
Complementary color
Monochromatic Colors of #023B1C
Black with #023B1C
Text Example
Text Example
White with #023B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023B1C; }
p { color: rgb(2,59,28); }
H1.HeaderClassName
{
color: #023B1C;
}
.AnyTagClassName
{
color: #023B1C;
}
</style>
background-color css
<style>
a { background-color: #023B1C; }
a { background-color: rgb(2,59,28); }
div.DivClassName
{
background-color: #023B1C;
}
.BgClassName
{
background-color: #023B1C;
}
</style>
border-color css
<style>
span { border-color: #023B1C; }
span { border-color: rgb(2,59,28); }
td.TdClassName
{
border-color: #023B1C;
}
.TagClassName
{
border-color: #023B1C;
}
</style>