Shades of British Racing Green #024F2F
Tints of British Racing Green #024F2F
RGB
CMYK
RGB Variations
Color information
#024F2F (or 0x024F2F) is known color: British Racing Green. HEX triplet: 02, 4F and 2F. RGB value is (2,79,47). Sum of RGB (Red+Green+Blue) = 2+79+47=128 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.56% from 128); Green value is 79 (31.25% from 255 or 61.72% from 128); Blue value is 47 (18.75% from 255 or 36.72% from 128); Max value from RGB is 79 - color contains mainly: green. Hex color #024F2F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #024F2F is #FDB0D0. Grayscale: #343434. Windows color (decimal): -16625873 or 3100418. OLE color: 3100418.
HSL color Cylindrical-coordinate representation of color #024F2F: hue angle of 155.06º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024F2F is Cyan = 0.97, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 2 | 79 | 47 | - |
| CMYK | 0.97 | 0 | 0.41 | 0.69 |
| HSL | 155.06º | 0.95% | 0.16% | - |
| HSV(B) | 155.06º | 0.97% | 0.31% | - |
| XYZ | 3.33 | 5.81 | 3.64 | - |
| YUV | 52.33 | 124.99 | 92.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 79 | 47 | 0.97 | 0 | 0.41 | 0.69 | 155.06 | 0.95 | 0.16 |
| Hex | 2 | 4F | 2F | 61 | 0 | 29 | 45 | 9B | 5F | 10 |
| Octal | 2 | 117 | 57 | 141 | 0 | 51 | 105 | 233 | 137 | 20 |
| Binary | 10 | 1001111 | 101111 | 1100001 | 0 | 101001 | 1000101 | 10011011 | 1011111 | 10000 |
Color Harmonies of #024F2F
Complementary color
Monochromatic Colors of #024F2F
Black with #024F2F
Text Example
Text Example
White with #024F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024F2F; }
p { color: rgb(2,79,47); }
H1.HeaderClassName
{
color: #024F2F;
}
.AnyTagClassName
{
color: #024F2F;
}
</style>
background-color css
<style>
a { background-color: #024F2F; }
a { background-color: rgb(2,79,47); }
div.DivClassName
{
background-color: #024F2F;
}
.BgClassName
{
background-color: #024F2F;
}
</style>
border-color css
<style>
span { border-color: #024F2F; }
span { border-color: rgb(2,79,47); }
td.TdClassName
{
border-color: #024F2F;
}
.TagClassName
{
border-color: #024F2F;
}
</style>