Shades of British Racing Green #00482F
Tints of British Racing Green #00482F
RGB
CMYK
RGB Variations
Color information
#00482F (or 0x00482F) is known color: British Racing Green. HEX triplet: 00, 48 and 2F. RGB value is (0,72,47). Sum of RGB (Red+Green+Blue) = 0+72+47=119 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 119); Green value is 72 (28.52% from 255 or 60.50% from 119); Blue value is 47 (18.75% from 255 or 39.50% from 119); Max value from RGB is 72 - color contains mainly: green. Hex color #00482F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00482F is #FFB7D0. Grayscale: #2F2F2F. Windows color (decimal): -16758737 or 3098624. OLE color: 3098624.
HSL color Cylindrical-coordinate representation of color #00482F: hue angle of 159.17º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00482F is Cyan = 1, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 0 | 72 | 47 | - |
| CMYK | 1 | 0 | 0.35 | 0.72 |
| HSL | 159.17º | 1% | 0.14% | - |
| HSV(B) | 159.17º | 1% | 0.28% | - |
| XYZ | 2.83 | 4.84 | 3.47 | - |
| YUV | 47.62 | 127.65 | 94.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 72 | 47 | 1 | 0 | 0.35 | 0.72 | 159.17 | 1 | 0.14 |
| Hex | 0 | 48 | 2F | 64 | 0 | 23 | 48 | 9F | 64 | E |
| Octal | 0 | 110 | 57 | 144 | 0 | 43 | 110 | 237 | 144 | 16 |
| Binary | 0 | 1001000 | 101111 | 1100100 | 0 | 100011 | 1001000 | 10011111 | 1100100 | 1110 |
Color Harmonies of #00482F
Complementary color
Monochromatic Colors of #00482F
Black with #00482F
Text Example
Text Example
White with #00482F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00482F; }
p { color: rgb(0,72,47); }
H1.HeaderClassName
{
color: #00482F;
}
.AnyTagClassName
{
color: #00482F;
}
</style>
background-color css
<style>
a { background-color: #00482F; }
a { background-color: rgb(0,72,47); }
div.DivClassName
{
background-color: #00482F;
}
.BgClassName
{
background-color: #00482F;
}
</style>
border-color css
<style>
span { border-color: #00482F; }
span { border-color: rgb(0,72,47); }
td.TdClassName
{
border-color: #00482F;
}
.TagClassName
{
border-color: #00482F;
}
</style>