Shades of British Racing Green #00430E
Tints of British Racing Green #00430E
RGB
CMYK
RGB Variations
Color information
#00430E (or 0x00430E) is known color: British Racing Green. HEX triplet: 00, 43 and 0E. RGB value is (0,67,14). Sum of RGB (Red+Green+Blue) = 0+67+14=81 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 81); Green value is 67 (26.56% from 255 or 82.72% from 81); Blue value is 14 (5.86% from 255 or 17.28% from 81); Max value from RGB is 67 - color contains mainly: green. Hex color #00430E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00430E is #FFBCF1. Grayscale: #292929. Windows color (decimal): -16760050 or 934656. OLE color: 934656.
HSL color Cylindrical-coordinate representation of color #00430E: hue angle of 132.54º 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 #00430E is Cyan = 1, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 0 | 67 | 14 | - |
| CMYK | 1 | 0 | 0.79 | 0.74 |
| HSL | 132.54º | 1% | 0.13% | - |
| HSV(B) | 132.54º | 1% | 0.26% | - |
| XYZ | 2.09 | 4.05 | 1.09 | - |
| YUV | 40.93 | 112.8 | 98.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 67 | 14 | 1 | 0 | 0.79 | 0.74 | 132.54 | 1 | 0.13 |
| Hex | 0 | 43 | E | 64 | 0 | 4F | 4A | 85 | 64 | D |
| Octal | 0 | 103 | 16 | 144 | 0 | 117 | 112 | 205 | 144 | 15 |
| Binary | 0 | 1000011 | 1110 | 1100100 | 0 | 1001111 | 1001010 | 10000101 | 1100100 | 1101 |
Color Harmonies of #00430E
Complementary color
Monochromatic Colors of #00430E
Black with #00430E
Text Example
Text Example
White with #00430E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00430E; }
p { color: rgb(0,67,14); }
H1.HeaderClassName
{
color: #00430E;
}
.AnyTagClassName
{
color: #00430E;
}
</style>
background-color css
<style>
a { background-color: #00430E; }
a { background-color: rgb(0,67,14); }
div.DivClassName
{
background-color: #00430E;
}
.BgClassName
{
background-color: #00430E;
}
</style>
border-color css
<style>
span { border-color: #00430E; }
span { border-color: rgb(0,67,14); }
td.TdClassName
{
border-color: #00430E;
}
.TagClassName
{
border-color: #00430E;
}
</style>