Shades of British Racing Green #024427
Tints of British Racing Green #024427
RGB
CMYK
RGB Variations
Color information
#024427 (or 0x024427) is known color: British Racing Green. HEX triplet: 02, 44 and 27. RGB value is (2,68,39). Sum of RGB (Red+Green+Blue) = 2+68+39=109 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.83% from 109); Green value is 68 (26.95% from 255 or 62.39% from 109); Blue value is 39 (15.62% from 255 or 35.78% from 109); Max value from RGB is 68 - color contains mainly: green. Hex color #024427 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #024427 is #FDBBD8. Grayscale: #2D2D2D. Windows color (decimal): -16628697 or 2573314. OLE color: 2573314.
HSL color Cylindrical-coordinate representation of color #024427: hue angle of 153.64º degrees, saturation: 0.94, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #024427 is Cyan = 0.97, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 2 | 68 | 39 | - |
| CMYK | 0.97 | 0 | 0.43 | 0.73 |
| HSL | 153.64º | 0.94% | 0.14% | - |
| HSV(B) | 153.64º | 0.97% | 0.27% | - |
| XYZ | 2.46 | 4.29 | 2.62 | - |
| YUV | 44.96 | 124.63 | 97.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 68 | 39 | 0.97 | 0 | 0.43 | 0.73 | 153.64 | 0.94 | 0.14 |
| Hex | 2 | 44 | 27 | 61 | 0 | 2B | 49 | 9A | 5E | E |
| Octal | 2 | 104 | 47 | 141 | 0 | 53 | 111 | 232 | 136 | 16 |
| Binary | 10 | 1000100 | 100111 | 1100001 | 0 | 101011 | 1001001 | 10011010 | 1011110 | 1110 |
Color Harmonies of #024427
Complementary color
Monochromatic Colors of #024427
Black with #024427
Text Example
Text Example
White with #024427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #024427; }
p { color: rgb(2,68,39); }
H1.HeaderClassName
{
color: #024427;
}
.AnyTagClassName
{
color: #024427;
}
</style>
background-color css
<style>
a { background-color: #024427; }
a { background-color: rgb(2,68,39); }
div.DivClassName
{
background-color: #024427;
}
.BgClassName
{
background-color: #024427;
}
</style>
border-color css
<style>
span { border-color: #024427; }
span { border-color: rgb(2,68,39); }
td.TdClassName
{
border-color: #024427;
}
.TagClassName
{
border-color: #024427;
}
</style>