Shades of British Racing Green #073A25
Tints of British Racing Green #073A25
RGB
CMYK
RGB Variations
Color information
#073A25 (or 0x073A25) is known color: British Racing Green. HEX triplet: 07, 3A and 25. RGB value is (7,58,37). Sum of RGB (Red+Green+Blue) = 7+58+37=102 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.86% from 102); Green value is 58 (23.05% from 255 or 56.86% from 102); Blue value is 37 (14.84% from 255 or 36.27% from 102); Max value from RGB is 58 - color contains mainly: green. Hex color #073A25 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #073A25 is #F8C5DA. Grayscale: #282828. Windows color (decimal): -16303579 or 2439687. OLE color: 2439687.
HSL color Cylindrical-coordinate representation of color #073A25: hue angle of 155.29º degrees, saturation: 0.78, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #073A25 is Cyan = 0.88, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 7 | 58 | 37 | - |
| CMYK | 0.88 | 0 | 0.36 | 0.77 |
| HSL | 155.29º | 0.78% | 0.13% | - |
| HSV(B) | 155.29º | 0.88% | 0.23% | - |
| XYZ | 1.93 | 3.2 | 2.27 | - |
| YUV | 40.36 | 126.1 | 104.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 58 | 37 | 0.88 | 0 | 0.36 | 0.77 | 155.29 | 0.78 | 0.13 |
| Hex | 7 | 3A | 25 | 58 | 0 | 24 | 4D | 9B | 4E | D |
| Octal | 7 | 72 | 45 | 130 | 0 | 44 | 115 | 233 | 116 | 15 |
| Binary | 111 | 111010 | 100101 | 1011000 | 0 | 100100 | 1001101 | 10011011 | 1001110 | 1101 |
Color Harmonies of #073A25
Complementary color
Monochromatic Colors of #073A25
Black with #073A25
Text Example
Text Example
White with #073A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #073A25; }
p { color: rgb(7,58,37); }
H1.HeaderClassName
{
color: #073A25;
}
.AnyTagClassName
{
color: #073A25;
}
</style>
background-color css
<style>
a { background-color: #073A25; }
a { background-color: rgb(7,58,37); }
div.DivClassName
{
background-color: #073A25;
}
.BgClassName
{
background-color: #073A25;
}
</style>
border-color css
<style>
span { border-color: #073A25; }
span { border-color: rgb(7,58,37); }
td.TdClassName
{
border-color: #073A25;
}
.TagClassName
{
border-color: #073A25;
}
</style>