Shades of British Racing Green #03482C
Tints of British Racing Green #03482C
RGB
CMYK
RGB Variations
Color information
#03482C (or 0x03482C) is known color: British Racing Green. HEX triplet: 03, 48 and 2C. RGB value is (3,72,44). Sum of RGB (Red+Green+Blue) = 3+72+44=119 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.52% from 119); Green value is 72 (28.52% from 255 or 60.50% from 119); Blue value is 44 (17.58% from 255 or 36.97% from 119); Max value from RGB is 72 - color contains mainly: green. Hex color #03482C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03482C is #FCB7D3. Grayscale: #303030. Windows color (decimal): -16562132 or 2902019. OLE color: 2902019.
HSL color Cylindrical-coordinate representation of color #03482C: hue angle of 155.65º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03482C is Cyan = 0.96, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.72.
Color convert
| RGB | 3 | 72 | 44 | - |
| CMYK | 0.96 | 0 | 0.39 | 0.72 |
| HSL | 155.65º | 0.92% | 0.15% | - |
| HSV(B) | 155.65º | 0.96% | 0.28% | - |
| XYZ | 2.81 | 4.84 | 3.17 | - |
| YUV | 48.18 | 125.64 | 95.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 72 | 44 | 0.96 | 0 | 0.39 | 0.72 | 155.65 | 0.92 | 0.15 |
| Hex | 3 | 48 | 2C | 60 | 0 | 27 | 48 | 9C | 5C | F |
| Octal | 3 | 110 | 54 | 140 | 0 | 47 | 110 | 234 | 134 | 17 |
| Binary | 11 | 1001000 | 101100 | 1100000 | 0 | 100111 | 1001000 | 10011100 | 1011100 | 1111 |
Color Harmonies of #03482C
Complementary color
Monochromatic Colors of #03482C
Black with #03482C
Text Example
Text Example
White with #03482C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03482C; }
p { color: rgb(3,72,44); }
H1.HeaderClassName
{
color: #03482C;
}
.AnyTagClassName
{
color: #03482C;
}
</style>
background-color css
<style>
a { background-color: #03482C; }
a { background-color: rgb(3,72,44); }
div.DivClassName
{
background-color: #03482C;
}
.BgClassName
{
background-color: #03482C;
}
</style>
border-color css
<style>
span { border-color: #03482C; }
span { border-color: rgb(3,72,44); }
td.TdClassName
{
border-color: #03482C;
}
.TagClassName
{
border-color: #03482C;
}
</style>