Shades of British Racing Green #024B1A
Tints of British Racing Green #024B1A
RGB
CMYK
RGB Variations
Color information
#024B1A (or 0x024B1A) is known color: British Racing Green. HEX triplet: 02, 4B and 1A. RGB value is (2,75,26). Sum of RGB (Red+Green+Blue) = 2+75+26=103 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.94% from 103); Green value is 75 (29.69% from 255 or 72.82% from 103); Blue value is 26 (10.55% from 255 or 25.24% from 103); Max value from RGB is 75 - color contains mainly: green. Hex color #024B1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024B1A is #FDB4E5. Grayscale: #2F2F2F. Windows color (decimal): -16626918 or 1723138. OLE color: 1723138.
HSL color Cylindrical-coordinate representation of color #024B1A: hue angle of 139.73º 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 #024B1A is Cyan = 0.97, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 2 | 75 | 26 | - |
| CMYK | 0.97 | 0 | 0.65 | 0.71 |
| HSL | 139.73º | 0.95% | 0.15% | - |
| HSV(B) | 139.73º | 0.97% | 0.29% | - |
| XYZ | 2.73 | 5.12 | 1.82 | - |
| YUV | 47.59 | 115.82 | 95.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 75 | 26 | 0.97 | 0 | 0.65 | 0.71 | 139.73 | 0.95 | 0.15 |
| Hex | 2 | 4B | 1A | 61 | 0 | 41 | 47 | 8C | 5F | F |
| Octal | 2 | 113 | 32 | 141 | 0 | 101 | 107 | 214 | 137 | 17 |
| Binary | 10 | 1001011 | 11010 | 1100001 | 0 | 1000001 | 1000111 | 10001100 | 1011111 | 1111 |
Color Harmonies of #024B1A
Complementary color
Monochromatic Colors of #024B1A
Black with #024B1A
Text Example
Text Example
White with #024B1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024B1A; }
p { color: rgb(2,75,26); }
H1.HeaderClassName
{
color: #024B1A;
}
.AnyTagClassName
{
color: #024B1A;
}
</style>
background-color css
<style>
a { background-color: #024B1A; }
a { background-color: rgb(2,75,26); }
div.DivClassName
{
background-color: #024B1A;
}
.BgClassName
{
background-color: #024B1A;
}
</style>
border-color css
<style>
span { border-color: #024B1A; }
span { border-color: rgb(2,75,26); }
td.TdClassName
{
border-color: #024B1A;
}
.TagClassName
{
border-color: #024B1A;
}
</style>