Shades of British Racing Green #00431C
Tints of British Racing Green #00431C
RGB
CMYK
RGB Variations
Color information
#00431C (or 0x00431C) is known color: British Racing Green. HEX triplet: 00, 43 and 1C. RGB value is (0,67,28). Sum of RGB (Red+Green+Blue) = 0+67+28=95 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 95); Green value is 67 (26.56% from 255 or 70.53% from 95); Blue value is 28 (11.33% from 255 or 29.47% from 95); Max value from RGB is 67 - color contains mainly: green. Hex color #00431C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00431C is #FFBCE3. Grayscale: #2A2A2A. Windows color (decimal): -16760036 or 1852160. OLE color: 1852160.
HSL color Cylindrical-coordinate representation of color #00431C: hue angle of 145.07º 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 #00431C is Cyan = 1, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 0 | 67 | 28 | - |
| CMYK | 1 | 0 | 0.58 | 0.74 |
| HSL | 145.07º | 1% | 0.13% | - |
| HSV(B) | 145.07º | 1% | 0.26% | - |
| XYZ | 2.22 | 4.1 | 1.77 | - |
| YUV | 42.52 | 119.8 | 97.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 67 | 28 | 1 | 0 | 0.58 | 0.74 | 145.07 | 1 | 0.13 |
| Hex | 0 | 43 | 1C | 64 | 0 | 3A | 4A | 91 | 64 | D |
| Octal | 0 | 103 | 34 | 144 | 0 | 72 | 112 | 221 | 144 | 15 |
| Binary | 0 | 1000011 | 11100 | 1100100 | 0 | 111010 | 1001010 | 10010001 | 1100100 | 1101 |
Color Harmonies of #00431C
Complementary color
Monochromatic Colors of #00431C
Black with #00431C
Text Example
Text Example
White with #00431C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00431C; }
p { color: rgb(0,67,28); }
H1.HeaderClassName
{
color: #00431C;
}
.AnyTagClassName
{
color: #00431C;
}
</style>
background-color css
<style>
a { background-color: #00431C; }
a { background-color: rgb(0,67,28); }
div.DivClassName
{
background-color: #00431C;
}
.BgClassName
{
background-color: #00431C;
}
</style>
border-color css
<style>
span { border-color: #00431C; }
span { border-color: rgb(0,67,28); }
td.TdClassName
{
border-color: #00431C;
}
.TagClassName
{
border-color: #00431C;
}
</style>