Shades of British Racing Green #024534
Tints of British Racing Green #024534
RGB
CMYK
RGB Variations
Color information
#024534 (or 0x024534) is known color: British Racing Green. HEX triplet: 02, 45 and 34. RGB value is (2,69,52). Sum of RGB (Red+Green+Blue) = 2+69+52=123 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.63% from 123); Green value is 69 (27.34% from 255 or 56.10% from 123); Blue value is 52 (20.70% from 255 or 42.28% from 123); Max value from RGB is 69 - color contains mainly: green. Hex color #024534 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024534 is #FDBACB. Grayscale: #2F2F2F. Windows color (decimal): -16628428 or 3425538. OLE color: 3425538.
HSL color Cylindrical-coordinate representation of color #024534: hue angle of 164.78º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024534 is Cyan = 0.97, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 2 | 69 | 52 | - |
| CMYK | 0.97 | 0 | 0.25 | 0.73 |
| HSL | 164.78º | 0.94% | 0.14% | - |
| HSV(B) | 164.78º | 0.97% | 0.27% | - |
| XYZ | 2.77 | 4.52 | 3.97 | - |
| YUV | 47.03 | 130.8 | 95.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 69 | 52 | 0.97 | 0 | 0.25 | 0.73 | 164.78 | 0.94 | 0.14 |
| Hex | 2 | 45 | 34 | 61 | 0 | 19 | 49 | A5 | 5E | E |
| Octal | 2 | 105 | 64 | 141 | 0 | 31 | 111 | 245 | 136 | 16 |
| Binary | 10 | 1000101 | 110100 | 1100001 | 0 | 11001 | 1001001 | 10100101 | 1011110 | 1110 |
Color Harmonies of #024534
Complementary color
Monochromatic Colors of #024534
Black with #024534
Text Example
Text Example
White with #024534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024534; }
p { color: rgb(2,69,52); }
H1.HeaderClassName
{
color: #024534;
}
.AnyTagClassName
{
color: #024534;
}
</style>
background-color css
<style>
a { background-color: #024534; }
a { background-color: rgb(2,69,52); }
div.DivClassName
{
background-color: #024534;
}
.BgClassName
{
background-color: #024534;
}
</style>
border-color css
<style>
span { border-color: #024534; }
span { border-color: rgb(2,69,52); }
td.TdClassName
{
border-color: #024534;
}
.TagClassName
{
border-color: #024534;
}
</style>