Shades of British Racing Green #003B25
Tints of British Racing Green #003B25
RGB
CMYK
RGB Variations
Color information
#003B25 (or 0x003B25) is known color: British Racing Green. HEX triplet: 00, 3B and 25. RGB value is (0,59,37). Sum of RGB (Red+Green+Blue) = 0+59+37=96 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 96); Green value is 59 (23.44% from 255 or 61.46% from 96); Blue value is 37 (14.84% from 255 or 38.54% from 96); Max value from RGB is 59 - color contains mainly: green. Hex color #003B25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003B25 is #FFC4DA. Grayscale: #262626. Windows color (decimal): -16762075 or 2439936. OLE color: 2439936.
HSL color Cylindrical-coordinate representation of color #003B25: hue angle of 157.63º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003B25 is Cyan = 1, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 0 | 59 | 37 | - |
| CMYK | 1 | 0 | 0.37 | 0.77 |
| HSL | 157.63º | 1% | 0.12% | - |
| HSV(B) | 157.63º | 1% | 0.23% | - |
| XYZ | 1.9 | 3.26 | 2.28 | - |
| YUV | 38.85 | 126.95 | 100.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 59 | 37 | 1 | 0 | 0.37 | 0.77 | 157.63 | 1 | 0.12 |
| Hex | 0 | 3B | 25 | 64 | 0 | 25 | 4D | 9E | 64 | C |
| Octal | 0 | 73 | 45 | 144 | 0 | 45 | 115 | 236 | 144 | 14 |
| Binary | 0 | 111011 | 100101 | 1100100 | 0 | 100101 | 1001101 | 10011110 | 1100100 | 1100 |
Color Harmonies of #003B25
Complementary color
Monochromatic Colors of #003B25
Black with #003B25
Text Example
Text Example
White with #003B25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003B25; }
p { color: rgb(0,59,37); }
H1.HeaderClassName
{
color: #003B25;
}
.AnyTagClassName
{
color: #003B25;
}
</style>
background-color css
<style>
a { background-color: #003B25; }
a { background-color: rgb(0,59,37); }
div.DivClassName
{
background-color: #003B25;
}
.BgClassName
{
background-color: #003B25;
}
</style>
border-color css
<style>
span { border-color: #003B25; }
span { border-color: rgb(0,59,37); }
td.TdClassName
{
border-color: #003B25;
}
.TagClassName
{
border-color: #003B25;
}
</style>