Shades of British Racing Green #00431F
Tints of British Racing Green #00431F
RGB
CMYK
RGB Variations
Color information
#00431F (or 0x00431F) is known color: British Racing Green. HEX triplet: 00, 43 and 1F. RGB value is (0,67,31). Sum of RGB (Red+Green+Blue) = 0+67+31=98 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 98); Green value is 67 (26.56% from 255 or 68.37% from 98); Blue value is 31 (12.5% from 255 or 31.63% from 98); Max value from RGB is 67 - color contains mainly: green. Hex color #00431F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00431F is #FFBCE0. Grayscale: #2A2A2A. Windows color (decimal): -16760033 or 2048768. OLE color: 2048768.
HSL color Cylindrical-coordinate representation of color #00431F: hue angle of 147.76º 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 #00431F is Cyan = 1, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 0 | 67 | 31 | - |
| CMYK | 1 | 0 | 0.54 | 0.74 |
| HSL | 147.76º | 1% | 0.13% | - |
| HSV(B) | 147.76º | 1% | 0.26% | - |
| XYZ | 2.25 | 4.11 | 1.97 | - |
| YUV | 42.86 | 121.3 | 97.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 67 | 31 | 1 | 0 | 0.54 | 0.74 | 147.76 | 1 | 0.13 |
| Hex | 0 | 43 | 1F | 64 | 0 | 36 | 4A | 94 | 64 | D |
| Octal | 0 | 103 | 37 | 144 | 0 | 66 | 112 | 224 | 144 | 15 |
| Binary | 0 | 1000011 | 11111 | 1100100 | 0 | 110110 | 1001010 | 10010100 | 1100100 | 1101 |
Color Harmonies of #00431F
Complementary color
Monochromatic Colors of #00431F
Black with #00431F
Text Example
Text Example
White with #00431F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00431F; }
p { color: rgb(0,67,31); }
H1.HeaderClassName
{
color: #00431F;
}
.AnyTagClassName
{
color: #00431F;
}
</style>
background-color css
<style>
a { background-color: #00431F; }
a { background-color: rgb(0,67,31); }
div.DivClassName
{
background-color: #00431F;
}
.BgClassName
{
background-color: #00431F;
}
</style>
border-color css
<style>
span { border-color: #00431F; }
span { border-color: rgb(0,67,31); }
td.TdClassName
{
border-color: #00431F;
}
.TagClassName
{
border-color: #00431F;
}
</style>