Shades of British Racing Green #004324
Tints of British Racing Green #004324
RGB
CMYK
RGB Variations
Color information
#004324 (or 0x004324) is known color: British Racing Green. HEX triplet: 00, 43 and 24. RGB value is (0,67,36). Sum of RGB (Red+Green+Blue) = 0+67+36=103 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 103); Green value is 67 (26.56% from 255 or 65.05% from 103); Blue value is 36 (14.45% from 255 or 34.95% from 103); Max value from RGB is 67 - color contains mainly: green. Hex color #004324 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004324 is #FFBCDB. Grayscale: #2B2B2B. Windows color (decimal): -16760028 or 2376448. OLE color: 2376448.
HSL color Cylindrical-coordinate representation of color #004324: hue angle of 152.24º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004324 is Cyan = 1, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 0 | 67 | 36 | - |
| CMYK | 1 | 0 | 0.46 | 0.74 |
| HSL | 152.24º | 1% | 0.13% | - |
| HSV(B) | 152.24º | 1% | 0.26% | - |
| XYZ | 2.33 | 4.14 | 2.35 | - |
| YUV | 43.43 | 123.8 | 97.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 67 | 36 | 1 | 0 | 0.46 | 0.74 | 152.24 | 1 | 0.13 |
| Hex | 0 | 43 | 24 | 64 | 0 | 2E | 4A | 98 | 64 | D |
| Octal | 0 | 103 | 44 | 144 | 0 | 56 | 112 | 230 | 144 | 15 |
| Binary | 0 | 1000011 | 100100 | 1100100 | 0 | 101110 | 1001010 | 10011000 | 1100100 | 1101 |
Color Harmonies of #004324
Complementary color
Monochromatic Colors of #004324
Black with #004324
Text Example
Text Example
White with #004324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004324; }
p { color: rgb(0,67,36); }
H1.HeaderClassName
{
color: #004324;
}
.AnyTagClassName
{
color: #004324;
}
</style>
background-color css
<style>
a { background-color: #004324; }
a { background-color: rgb(0,67,36); }
div.DivClassName
{
background-color: #004324;
}
.BgClassName
{
background-color: #004324;
}
</style>
border-color css
<style>
span { border-color: #004324; }
span { border-color: rgb(0,67,36); }
td.TdClassName
{
border-color: #004324;
}
.TagClassName
{
border-color: #004324;
}
</style>