Shades of British Racing Green #014225
Tints of British Racing Green #014225
RGB
CMYK
RGB Variations
Color information
#014225 (or 0x014225) is known color: British Racing Green. HEX triplet: 01, 42 and 25. RGB value is (1,66,37). Sum of RGB (Red+Green+Blue) = 1+66+37=104 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.96% from 104); Green value is 66 (26.17% from 255 or 63.46% from 104); Blue value is 37 (14.84% from 255 or 35.58% from 104); Max value from RGB is 66 - color contains mainly: green. Hex color #014225 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014225 is #FEBDDA. Grayscale: #2B2B2B. Windows color (decimal): -16694747 or 2441729. OLE color: 2441729.
HSL color Cylindrical-coordinate representation of color #014225: hue angle of 153.23º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #014225 is Cyan = 0.98, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 1 | 66 | 37 | - |
| CMYK | 0.98 | 0 | 0.44 | 0.74 |
| HSL | 153.23º | 0.97% | 0.13% | - |
| HSV(B) | 153.23º | 0.98% | 0.26% | - |
| XYZ | 2.29 | 4.04 | 2.41 | - |
| YUV | 43.26 | 124.47 | 97.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 66 | 37 | 0.98 | 0 | 0.44 | 0.74 | 153.23 | 0.97 | 0.13 |
| Hex | 1 | 42 | 25 | 62 | 0 | 2C | 4A | 99 | 61 | D |
| Octal | 1 | 102 | 45 | 142 | 0 | 54 | 112 | 231 | 141 | 15 |
| Binary | 1 | 1000010 | 100101 | 1100010 | 0 | 101100 | 1001010 | 10011001 | 1100001 | 1101 |
Color Harmonies of #014225
Complementary color
Monochromatic Colors of #014225
Black with #014225
Text Example
Text Example
White with #014225
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #014225; }
p { color: rgb(1,66,37); }
H1.HeaderClassName
{
color: #014225;
}
.AnyTagClassName
{
color: #014225;
}
</style>
background-color css
<style>
a { background-color: #014225; }
a { background-color: rgb(1,66,37); }
div.DivClassName
{
background-color: #014225;
}
.BgClassName
{
background-color: #014225;
}
</style>
border-color css
<style>
span { border-color: #014225; }
span { border-color: rgb(1,66,37); }
td.TdClassName
{
border-color: #014225;
}
.TagClassName
{
border-color: #014225;
}
</style>