Shades of British Racing Green #00482C
Tints of British Racing Green #00482C
RGB
CMYK
RGB Variations
Color information
#00482C (or 0x00482C) is known color: British Racing Green. HEX triplet: 00, 48 and 2C. RGB value is (0,72,44). Sum of RGB (Red+Green+Blue) = 0+72+44=116 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 116); Green value is 72 (28.52% from 255 or 62.07% from 116); Blue value is 44 (17.58% from 255 or 37.93% from 116); Max value from RGB is 72 - color contains mainly: green. Hex color #00482C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00482C is #FFB7D3. Grayscale: #2F2F2F. Windows color (decimal): -16758740 or 2902016. OLE color: 2902016.
HSL color Cylindrical-coordinate representation of color #00482C: hue angle of 156.67º 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 #00482C is Cyan = 1, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 0 | 72 | 44 | - |
| CMYK | 1 | 0 | 0.39 | 0.72 |
| HSL | 156.67º | 1% | 0.14% | - |
| HSV(B) | 156.67º | 1% | 0.28% | - |
| XYZ | 2.77 | 4.82 | 3.17 | - |
| YUV | 47.28 | 126.15 | 94.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 72 | 44 | 1 | 0 | 0.39 | 0.72 | 156.67 | 1 | 0.14 |
| Hex | 0 | 48 | 2C | 64 | 0 | 27 | 48 | 9D | 64 | E |
| Octal | 0 | 110 | 54 | 144 | 0 | 47 | 110 | 235 | 144 | 16 |
| Binary | 0 | 1001000 | 101100 | 1100100 | 0 | 100111 | 1001000 | 10011101 | 1100100 | 1110 |
Color Harmonies of #00482C
Complementary color
Monochromatic Colors of #00482C
Black with #00482C
Text Example
Text Example
White with #00482C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00482C; }
p { color: rgb(0,72,44); }
H1.HeaderClassName
{
color: #00482C;
}
.AnyTagClassName
{
color: #00482C;
}
</style>
background-color css
<style>
a { background-color: #00482C; }
a { background-color: rgb(0,72,44); }
div.DivClassName
{
background-color: #00482C;
}
.BgClassName
{
background-color: #00482C;
}
</style>
border-color css
<style>
span { border-color: #00482C; }
span { border-color: rgb(0,72,44); }
td.TdClassName
{
border-color: #00482C;
}
.TagClassName
{
border-color: #00482C;
}
</style>