Shades of British Racing Green #023F25
Tints of British Racing Green #023F25
RGB
CMYK
RGB Variations
Color information
#023F25 (or 0x023F25) is known color: British Racing Green. HEX triplet: 02, 3F and 25. RGB value is (2,63,37). Sum of RGB (Red+Green+Blue) = 2+63+37=102 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.96% from 102); Green value is 63 (25% from 255 or 61.76% from 102); Blue value is 37 (14.84% from 255 or 36.27% from 102); Max value from RGB is 63 - color contains mainly: green. Hex color #023F25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023F25 is #FDC0DA. Grayscale: #292929. Windows color (decimal): -16629979 or 2440962. OLE color: 2440962.
HSL color Cylindrical-coordinate representation of color #023F25: hue angle of 154.43º 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 #023F25 is Cyan = 0.97, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 2 | 63 | 37 | - |
| CMYK | 0.97 | 0 | 0.41 | 0.75 |
| HSL | 154.43º | 0.94% | 0.13% | - |
| HSV(B) | 154.43º | 0.97% | 0.25% | - |
| XYZ | 2.14 | 3.7 | 2.35 | - |
| YUV | 41.8 | 125.29 | 99.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 63 | 37 | 0.97 | 0 | 0.41 | 0.75 | 154.43 | 0.94 | 0.13 |
| Hex | 2 | 3F | 25 | 61 | 0 | 29 | 4B | 9A | 5E | D |
| Octal | 2 | 77 | 45 | 141 | 0 | 51 | 113 | 232 | 136 | 15 |
| Binary | 10 | 111111 | 100101 | 1100001 | 0 | 101001 | 1001011 | 10011010 | 1011110 | 1101 |
Color Harmonies of #023F25
Complementary color
Monochromatic Colors of #023F25
Black with #023F25
Text Example
Text Example
White with #023F25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023F25; }
p { color: rgb(2,63,37); }
H1.HeaderClassName
{
color: #023F25;
}
.AnyTagClassName
{
color: #023F25;
}
</style>
background-color css
<style>
a { background-color: #023F25; }
a { background-color: rgb(2,63,37); }
div.DivClassName
{
background-color: #023F25;
}
.BgClassName
{
background-color: #023F25;
}
</style>
border-color css
<style>
span { border-color: #023F25; }
span { border-color: rgb(2,63,37); }
td.TdClassName
{
border-color: #023F25;
}
.TagClassName
{
border-color: #023F25;
}
</style>