Shades of British Racing Green #024F1C
Tints of British Racing Green #024F1C
RGB
CMYK
RGB Variations
Color information
#024F1C (or 0x024F1C) is known color: British Racing Green. HEX triplet: 02, 4F and 1C. RGB value is (2,79,28). Sum of RGB (Red+Green+Blue) = 2+79+28=109 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.83% from 109); Green value is 79 (31.25% from 255 or 72.48% from 109); Blue value is 28 (11.33% from 255 or 25.69% from 109); Max value from RGB is 79 - color contains mainly: green. Hex color #024F1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #024F1C is #FDB0E3. Grayscale: #323232. Windows color (decimal): -16625892 or 1855234. OLE color: 1855234.
HSL color Cylindrical-coordinate representation of color #024F1C: hue angle of 140.26º 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 #024F1C is Cyan = 0.97, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 2 | 79 | 28 | - |
| CMYK | 0.97 | 0 | 0.65 | 0.69 |
| HSL | 140.26º | 0.95% | 0.16% | - |
| HSV(B) | 140.26º | 0.97% | 0.31% | - |
| XYZ | 3.03 | 5.69 | 2.04 | - |
| YUV | 50.16 | 115.49 | 93.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 79 | 28 | 0.97 | 0 | 0.65 | 0.69 | 140.26 | 0.95 | 0.16 |
| Hex | 2 | 4F | 1C | 61 | 0 | 41 | 45 | 8C | 5F | 10 |
| Octal | 2 | 117 | 34 | 141 | 0 | 101 | 105 | 214 | 137 | 20 |
| Binary | 10 | 1001111 | 11100 | 1100001 | 0 | 1000001 | 1000101 | 10001100 | 1011111 | 10000 |
Color Harmonies of #024F1C
Complementary color
Monochromatic Colors of #024F1C
Black with #024F1C
Text Example
Text Example
White with #024F1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024F1C; }
p { color: rgb(2,79,28); }
H1.HeaderClassName
{
color: #024F1C;
}
.AnyTagClassName
{
color: #024F1C;
}
</style>
background-color css
<style>
a { background-color: #024F1C; }
a { background-color: rgb(2,79,28); }
div.DivClassName
{
background-color: #024F1C;
}
.BgClassName
{
background-color: #024F1C;
}
</style>
border-color css
<style>
span { border-color: #024F1C; }
span { border-color: rgb(2,79,28); }
td.TdClassName
{
border-color: #024F1C;
}
.TagClassName
{
border-color: #024F1C;
}
</style>