Shades of British Racing Green #024B2F
Tints of British Racing Green #024B2F
RGB
CMYK
RGB Variations
Color information
#024B2F (or 0x024B2F) is known color: British Racing Green. HEX triplet: 02, 4B and 2F. RGB value is (2,75,47). Sum of RGB (Red+Green+Blue) = 2+75+47=124 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.61% from 124); Green value is 75 (29.69% from 255 or 60.48% from 124); Blue value is 47 (18.75% from 255 or 37.90% from 124); Max value from RGB is 75 - color contains mainly: green. Hex color #024B2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024B2F is #FDB4D0. Grayscale: #323232. Windows color (decimal): -16626897 or 3099394. OLE color: 3099394.
HSL color Cylindrical-coordinate representation of color #024B2F: hue angle of 156.99º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024B2F is Cyan = 0.97, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 2 | 75 | 47 | - |
| CMYK | 0.97 | 0 | 0.37 | 0.71 |
| HSL | 156.99º | 0.95% | 0.15% | - |
| HSV(B) | 156.99º | 0.97% | 0.29% | - |
| XYZ | 3.05 | 5.25 | 3.54 | - |
| YUV | 49.98 | 126.32 | 93.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 75 | 47 | 0.97 | 0 | 0.37 | 0.71 | 156.99 | 0.95 | 0.15 |
| Hex | 2 | 4B | 2F | 61 | 0 | 25 | 47 | 9D | 5F | F |
| Octal | 2 | 113 | 57 | 141 | 0 | 45 | 107 | 235 | 137 | 17 |
| Binary | 10 | 1001011 | 101111 | 1100001 | 0 | 100101 | 1000111 | 10011101 | 1011111 | 1111 |
Color Harmonies of #024B2F
Complementary color
Monochromatic Colors of #024B2F
Black with #024B2F
Text Example
Text Example
White with #024B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024B2F; }
p { color: rgb(2,75,47); }
H1.HeaderClassName
{
color: #024B2F;
}
.AnyTagClassName
{
color: #024B2F;
}
</style>
background-color css
<style>
a { background-color: #024B2F; }
a { background-color: rgb(2,75,47); }
div.DivClassName
{
background-color: #024B2F;
}
.BgClassName
{
background-color: #024B2F;
}
</style>
border-color css
<style>
span { border-color: #024B2F; }
span { border-color: rgb(2,75,47); }
td.TdClassName
{
border-color: #024B2F;
}
.TagClassName
{
border-color: #024B2F;
}
</style>