Shades of British Racing Green #004329
Tints of British Racing Green #004329
RGB
CMYK
RGB Variations
Color information
#004329 (or 0x004329) is known color: British Racing Green. HEX triplet: 00, 43 and 29. RGB value is (0,67,41). Sum of RGB (Red+Green+Blue) = 0+67+41=108 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 108); Green value is 67 (26.56% from 255 or 62.04% from 108); Blue value is 41 (16.41% from 255 or 37.96% from 108); Max value from RGB is 67 - color contains mainly: green. Hex color #004329 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004329 is #FFBCD6. Grayscale: #2C2C2C. Windows color (decimal): -16760023 or 2704128. OLE color: 2704128.
HSL color Cylindrical-coordinate representation of color #004329: hue angle of 156.72º 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 #004329 is Cyan = 1, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 0 | 67 | 41 | - |
| CMYK | 1 | 0 | 0.39 | 0.74 |
| HSL | 156.72º | 1% | 0.13% | - |
| HSV(B) | 156.72º | 1% | 0.26% | - |
| XYZ | 2.41 | 4.17 | 2.78 | - |
| YUV | 44 | 126.3 | 96.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 67 | 41 | 1 | 0 | 0.39 | 0.74 | 156.72 | 1 | 0.13 |
| Hex | 0 | 43 | 29 | 64 | 0 | 27 | 4A | 9D | 64 | D |
| Octal | 0 | 103 | 51 | 144 | 0 | 47 | 112 | 235 | 144 | 15 |
| Binary | 0 | 1000011 | 101001 | 1100100 | 0 | 100111 | 1001010 | 10011101 | 1100100 | 1101 |
Color Harmonies of #004329
Complementary color
Monochromatic Colors of #004329
Black with #004329
Text Example
Text Example
White with #004329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004329; }
p { color: rgb(0,67,41); }
H1.HeaderClassName
{
color: #004329;
}
.AnyTagClassName
{
color: #004329;
}
</style>
background-color css
<style>
a { background-color: #004329; }
a { background-color: rgb(0,67,41); }
div.DivClassName
{
background-color: #004329;
}
.BgClassName
{
background-color: #004329;
}
</style>
border-color css
<style>
span { border-color: #004329; }
span { border-color: rgb(0,67,41); }
td.TdClassName
{
border-color: #004329;
}
.TagClassName
{
border-color: #004329;
}
</style>