Shades of British Racing Green #023C17
Tints of British Racing Green #023C17
RGB
CMYK
RGB Variations
Color information
#023C17 (or 0x023C17) is known color: British Racing Green. HEX triplet: 02, 3C and 17. RGB value is (2,60,23). Sum of RGB (Red+Green+Blue) = 2+60+23=85 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.35% from 85); Green value is 60 (23.83% from 255 or 70.59% from 85); Blue value is 23 (9.38% from 255 or 27.06% from 85); Max value from RGB is 60 - color contains mainly: green. Hex color #023C17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023C17 is #FDC3E8. Grayscale: #262626. Windows color (decimal): -16630761 or 1522690. OLE color: 1522690.
HSL color Cylindrical-coordinate representation of color #023C17: hue angle of 141.72º 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 #023C17 is Cyan = 0.97, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 2 | 60 | 23 | - |
| CMYK | 0.97 | 0 | 0.62 | 0.76 |
| HSL | 141.72º | 0.94% | 0.12% | - |
| HSV(B) | 141.72º | 0.97% | 0.24% | - |
| XYZ | 1.8 | 3.31 | 1.35 | - |
| YUV | 38.44 | 119.28 | 102.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 60 | 23 | 0.97 | 0 | 0.62 | 0.76 | 141.72 | 0.94 | 0.12 |
| Hex | 2 | 3C | 17 | 61 | 0 | 3E | 4C | 8E | 5E | C |
| Octal | 2 | 74 | 27 | 141 | 0 | 76 | 114 | 216 | 136 | 14 |
| Binary | 10 | 111100 | 10111 | 1100001 | 0 | 111110 | 1001100 | 10001110 | 1011110 | 1100 |
Color Harmonies of #023C17
Complementary color
Monochromatic Colors of #023C17
Black with #023C17
Text Example
Text Example
White with #023C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023C17; }
p { color: rgb(2,60,23); }
H1.HeaderClassName
{
color: #023C17;
}
.AnyTagClassName
{
color: #023C17;
}
</style>
background-color css
<style>
a { background-color: #023C17; }
a { background-color: rgb(2,60,23); }
div.DivClassName
{
background-color: #023C17;
}
.BgClassName
{
background-color: #023C17;
}
</style>
border-color css
<style>
span { border-color: #023C17; }
span { border-color: rgb(2,60,23); }
td.TdClassName
{
border-color: #023C17;
}
.TagClassName
{
border-color: #023C17;
}
</style>