Shades of British Racing Green #004533
Tints of British Racing Green #004533
RGB
CMYK
RGB Variations
Color information
#004533 (or 0x004533) is known color: British Racing Green. HEX triplet: 00, 45 and 33. RGB value is (0,69,51). Sum of RGB (Red+Green+Blue) = 0+69+51=120 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 120); Green value is 69 (27.34% from 255 or 57.5% from 120); Blue value is 51 (20.31% from 255 or 42.5% from 120); Max value from RGB is 69 - color contains mainly: green. Hex color #004533 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004533 is #FFBACC. Grayscale: #2E2E2E. Windows color (decimal): -16759501 or 3360000. OLE color: 3360000.
HSL color Cylindrical-coordinate representation of color #004533: hue angle of 164.35º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004533 is Cyan = 1, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 0 | 69 | 51 | - |
| CMYK | 1 | 0 | 0.26 | 0.73 |
| HSL | 164.35º | 1% | 0.14% | - |
| HSV(B) | 164.35º | 1% | 0.27% | - |
| XYZ | 2.73 | 4.5 | 3.86 | - |
| YUV | 46.32 | 130.64 | 94.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 69 | 51 | 1 | 0 | 0.26 | 0.73 | 164.35 | 1 | 0.14 |
| Hex | 0 | 45 | 33 | 64 | 0 | 1A | 49 | A4 | 64 | E |
| Octal | 0 | 105 | 63 | 144 | 0 | 32 | 111 | 244 | 144 | 16 |
| Binary | 0 | 1000101 | 110011 | 1100100 | 0 | 11010 | 1001001 | 10100100 | 1100100 | 1110 |
Color Harmonies of #004533
Complementary color
Monochromatic Colors of #004533
Black with #004533
Text Example
Text Example
White with #004533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004533; }
p { color: rgb(0,69,51); }
H1.HeaderClassName
{
color: #004533;
}
.AnyTagClassName
{
color: #004533;
}
</style>
background-color css
<style>
a { background-color: #004533; }
a { background-color: rgb(0,69,51); }
div.DivClassName
{
background-color: #004533;
}
.BgClassName
{
background-color: #004533;
}
</style>
border-color css
<style>
span { border-color: #004533; }
span { border-color: rgb(0,69,51); }
td.TdClassName
{
border-color: #004533;
}
.TagClassName
{
border-color: #004533;
}
</style>