Shades of British Racing Green #023F17
Tints of British Racing Green #023F17
RGB
CMYK
RGB Variations
Color information
#023F17 (or 0x023F17) is known color: British Racing Green. HEX triplet: 02, 3F and 17. RGB value is (2,63,23). Sum of RGB (Red+Green+Blue) = 2+63+23=88 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.27% from 88); Green value is 63 (25% from 255 or 71.59% from 88); Blue value is 23 (9.38% from 255 or 26.14% from 88); Max value from RGB is 63 - color contains mainly: green. Hex color #023F17 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023F17 is #FDC0E8. Grayscale: #282828. Windows color (decimal): -16629993 or 1523458. OLE color: 1523458.
HSL color Cylindrical-coordinate representation of color #023F17: hue angle of 140.66º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #023F17 is Cyan = 0.97, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 2 | 63 | 23 | - |
| CMYK | 0.97 | 0 | 0.63 | 0.75 |
| HSL | 140.66º | 0.94% | 0.13% | - |
| HSV(B) | 140.66º | 0.97% | 0.25% | - |
| XYZ | 1.96 | 3.63 | 1.41 | - |
| YUV | 40.2 | 118.29 | 100.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 63 | 23 | 0.97 | 0 | 0.63 | 0.75 | 140.66 | 0.94 | 0.13 |
| Hex | 2 | 3F | 17 | 61 | 0 | 3F | 4B | 8D | 5E | D |
| Octal | 2 | 77 | 27 | 141 | 0 | 77 | 113 | 215 | 136 | 15 |
| Binary | 10 | 111111 | 10111 | 1100001 | 0 | 111111 | 1001011 | 10001101 | 1011110 | 1101 |
Color Harmonies of #023F17
Complementary color
Monochromatic Colors of #023F17
Black with #023F17
Text Example
Text Example
White with #023F17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023F17; }
p { color: rgb(2,63,23); }
H1.HeaderClassName
{
color: #023F17;
}
.AnyTagClassName
{
color: #023F17;
}
</style>
background-color css
<style>
a { background-color: #023F17; }
a { background-color: rgb(2,63,23); }
div.DivClassName
{
background-color: #023F17;
}
.BgClassName
{
background-color: #023F17;
}
</style>
border-color css
<style>
span { border-color: #023F17; }
span { border-color: rgb(2,63,23); }
td.TdClassName
{
border-color: #023F17;
}
.TagClassName
{
border-color: #023F17;
}
</style>