Shades of British Racing Green #054330
Tints of British Racing Green #054330
RGB
CMYK
RGB Variations
Color information
#054330 (or 0x054330) is known color: British Racing Green. HEX triplet: 05, 43 and 30. RGB value is (5,67,48). Sum of RGB (Red+Green+Blue) = 5+67+48=120 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.17% from 120); Green value is 67 (26.56% from 255 or 55.83% from 120); Blue value is 48 (19.14% from 255 or 40% from 120); Max value from RGB is 67 - color contains mainly: green. Hex color #054330 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054330 is #FABCCF. Grayscale: #2E2E2E. Windows color (decimal): -16432336 or 3162885. OLE color: 3162885.
HSL color Cylindrical-coordinate representation of color #054330: hue angle of 161.61º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054330 is Cyan = 0.93, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 5 | 67 | 48 | - |
| CMYK | 0.93 | 0 | 0.28 | 0.74 |
| HSL | 161.61º | 0.86% | 0.14% | - |
| HSV(B) | 161.61º | 0.93% | 0.26% | - |
| XYZ | 2.6 | 4.26 | 3.48 | - |
| YUV | 46.3 | 128.96 | 98.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 67 | 48 | 0.93 | 0 | 0.28 | 0.74 | 161.61 | 0.86 | 0.14 |
| Hex | 5 | 43 | 30 | 5D | 0 | 1C | 4A | A2 | 56 | E |
| Octal | 5 | 103 | 60 | 135 | 0 | 34 | 112 | 242 | 126 | 16 |
| Binary | 101 | 1000011 | 110000 | 1011101 | 0 | 11100 | 1001010 | 10100010 | 1010110 | 1110 |
Color Harmonies of #054330
Complementary color
Monochromatic Colors of #054330
Black with #054330
Text Example
Text Example
White with #054330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #054330; }
p { color: rgb(5,67,48); }
H1.HeaderClassName
{
color: #054330;
}
.AnyTagClassName
{
color: #054330;
}
</style>
background-color css
<style>
a { background-color: #054330; }
a { background-color: rgb(5,67,48); }
div.DivClassName
{
background-color: #054330;
}
.BgClassName
{
background-color: #054330;
}
</style>
border-color css
<style>
span { border-color: #054330; }
span { border-color: rgb(5,67,48); }
td.TdClassName
{
border-color: #054330;
}
.TagClassName
{
border-color: #054330;
}
</style>