Shades of British Racing Green #023C15
Tints of British Racing Green #023C15
RGB
CMYK
RGB Variations
Color information
#023C15 (or 0x023C15) is known color: British Racing Green. HEX triplet: 02, 3C and 15. RGB value is (2,60,21). Sum of RGB (Red+Green+Blue) = 2+60+21=83 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.41% from 83); Green value is 60 (23.83% from 255 or 72.29% from 83); Blue value is 21 (8.59% from 255 or 25.30% from 83); Max value from RGB is 60 - color contains mainly: green. Hex color #023C15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023C15 is #FDC3EA. Grayscale: #262626. Windows color (decimal): -16630763 or 1391618. OLE color: 1391618.
HSL color Cylindrical-coordinate representation of color #023C15: hue angle of 139.66º 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 #023C15 is Cyan = 0.97, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 2 | 60 | 21 | - |
| CMYK | 0.97 | 0 | 0.65 | 0.76 |
| HSL | 139.66º | 0.94% | 0.12% | - |
| HSV(B) | 139.66º | 0.97% | 0.24% | - |
| XYZ | 1.78 | 3.3 | 1.25 | - |
| YUV | 38.21 | 118.28 | 102.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 60 | 21 | 0.97 | 0 | 0.65 | 0.76 | 139.66 | 0.94 | 0.12 |
| Hex | 2 | 3C | 15 | 61 | 0 | 41 | 4C | 8C | 5E | C |
| Octal | 2 | 74 | 25 | 141 | 0 | 101 | 114 | 214 | 136 | 14 |
| Binary | 10 | 111100 | 10101 | 1100001 | 0 | 1000001 | 1001100 | 10001100 | 1011110 | 1100 |
Color Harmonies of #023C15
Complementary color
Monochromatic Colors of #023C15
Black with #023C15
Text Example
Text Example
White with #023C15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023C15; }
p { color: rgb(2,60,21); }
H1.HeaderClassName
{
color: #023C15;
}
.AnyTagClassName
{
color: #023C15;
}
</style>
background-color css
<style>
a { background-color: #023C15; }
a { background-color: rgb(2,60,21); }
div.DivClassName
{
background-color: #023C15;
}
.BgClassName
{
background-color: #023C15;
}
</style>
border-color css
<style>
span { border-color: #023C15; }
span { border-color: rgb(2,60,21); }
td.TdClassName
{
border-color: #023C15;
}
.TagClassName
{
border-color: #023C15;
}
</style>