Shades of British Racing Green #024B2D
Tints of British Racing Green #024B2D
RGB
CMYK
RGB Variations
Color information
#024B2D (or 0x024B2D) is known color: British Racing Green. HEX triplet: 02, 4B and 2D. RGB value is (2,75,45). Sum of RGB (Red+Green+Blue) = 2+75+45=122 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.64% from 122); Green value is 75 (29.69% from 255 or 61.48% from 122); Blue value is 45 (17.97% from 255 or 36.89% from 122); Max value from RGB is 75 - color contains mainly: green. Hex color #024B2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024B2D is #FDB4D2. Grayscale: #313131. Windows color (decimal): -16626899 or 2968322. OLE color: 2968322.
HSL color Cylindrical-coordinate representation of color #024B2D: hue angle of 155.34º 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 #024B2D is Cyan = 0.97, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 2 | 75 | 45 | - |
| CMYK | 0.97 | 0 | 0.40 | 0.71 |
| HSL | 155.34º | 0.95% | 0.15% | - |
| HSV(B) | 155.34º | 0.97% | 0.29% | - |
| XYZ | 3.01 | 5.23 | 3.33 | - |
| YUV | 49.75 | 125.32 | 93.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 75 | 45 | 0.97 | 0 | 0.40 | 0.71 | 155.34 | 0.95 | 0.15 |
| Hex | 2 | 4B | 2D | 61 | 0 | 28 | 47 | 9B | 5F | F |
| Octal | 2 | 113 | 55 | 141 | 0 | 50 | 107 | 233 | 137 | 17 |
| Binary | 10 | 1001011 | 101101 | 1100001 | 0 | 101000 | 1000111 | 10011011 | 1011111 | 1111 |
Color Harmonies of #024B2D
Complementary color
Monochromatic Colors of #024B2D
Black with #024B2D
Text Example
Text Example
White with #024B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024B2D; }
p { color: rgb(2,75,45); }
H1.HeaderClassName
{
color: #024B2D;
}
.AnyTagClassName
{
color: #024B2D;
}
</style>
background-color css
<style>
a { background-color: #024B2D; }
a { background-color: rgb(2,75,45); }
div.DivClassName
{
background-color: #024B2D;
}
.BgClassName
{
background-color: #024B2D;
}
</style>
border-color css
<style>
span { border-color: #024B2D; }
span { border-color: rgb(2,75,45); }
td.TdClassName
{
border-color: #024B2D;
}
.TagClassName
{
border-color: #024B2D;
}
</style>