Shades of British Racing Green #0A4324
Tints of British Racing Green #0A4324
RGB
CMYK
RGB Variations
Color information
#0A4324 (or 0x0A4324) is known color: British Racing Green. HEX triplet: 0A, 43 and 24. RGB value is (10,67,36). Sum of RGB (Red+Green+Blue) = 10+67+36=113 (14% of max value = 765). Red value is 10 (4.30% from 255 or 8.85% from 113); Green value is 67 (26.56% from 255 or 59.29% from 113); Blue value is 36 (14.45% from 255 or 31.86% from 113); Max value from RGB is 67 - color contains mainly: green. Hex color #0A4324 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A4324 is #F5BCDB. Grayscale: #2E2E2E. Windows color (decimal): -16104668 or 2376458. OLE color: 2376458.
HSL color Cylindrical-coordinate representation of color #0A4324: hue angle of 147.37º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0A4324 is Cyan = 0.85, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 10 | 67 | 36 | - |
| CMYK | 0.85 | 0 | 0.46 | 0.74 |
| HSL | 147.37º | 0.74% | 0.15% | - |
| HSV(B) | 147.37º | 0.85% | 0.26% | - |
| XYZ | 2.45 | 4.21 | 2.35 | - |
| YUV | 46.42 | 122.12 | 102.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 67 | 36 | 0.85 | 0 | 0.46 | 0.74 | 147.37 | 0.74 | 0.15 |
| Hex | A | 43 | 24 | 55 | 0 | 2E | 4A | 93 | 4A | F |
| Octal | 12 | 103 | 44 | 125 | 0 | 56 | 112 | 223 | 112 | 17 |
| Binary | 1010 | 1000011 | 100100 | 1010101 | 0 | 101110 | 1001010 | 10010011 | 1001010 | 1111 |
Color Harmonies of #0A4324
Complementary color
Monochromatic Colors of #0A4324
Black with #0A4324
Text Example
Text Example
White with #0A4324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A4324; }
p { color: rgb(10,67,36); }
H1.HeaderClassName
{
color: #0A4324;
}
.AnyTagClassName
{
color: #0A4324;
}
</style>
background-color css
<style>
a { background-color: #0A4324; }
a { background-color: rgb(10,67,36); }
div.DivClassName
{
background-color: #0A4324;
}
.BgClassName
{
background-color: #0A4324;
}
</style>
border-color css
<style>
span { border-color: #0A4324; }
span { border-color: rgb(10,67,36); }
td.TdClassName
{
border-color: #0A4324;
}
.TagClassName
{
border-color: #0A4324;
}
</style>