Shades of British Racing Green #00442B
Tints of British Racing Green #00442B
RGB
CMYK
RGB Variations
Color information
#00442B (or 0x00442B) is known color: British Racing Green. HEX triplet: 00, 44 and 2B. RGB value is (0,68,43). Sum of RGB (Red+Green+Blue) = 0+68+43=111 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 111); Green value is 68 (26.95% from 255 or 61.26% from 111); Blue value is 43 (17.19% from 255 or 38.74% from 111); Max value from RGB is 68 - color contains mainly: green. Hex color #00442B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00442B is #FFBBD4. Grayscale: #2C2C2C. Windows color (decimal): -16759765 or 2835456. OLE color: 2835456.
HSL color Cylindrical-coordinate representation of color #00442B: hue angle of 157.94º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00442B is Cyan = 1, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 0 | 68 | 43 | - |
| CMYK | 1 | 0 | 0.37 | 0.73 |
| HSL | 157.94º | 1% | 0.13% | - |
| HSV(B) | 157.94º | 1% | 0.27% | - |
| XYZ | 2.5 | 4.31 | 2.99 | - |
| YUV | 44.82 | 126.97 | 96.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 68 | 43 | 1 | 0 | 0.37 | 0.73 | 157.94 | 1 | 0.13 |
| Hex | 0 | 44 | 2B | 64 | 0 | 25 | 49 | 9E | 64 | D |
| Octal | 0 | 104 | 53 | 144 | 0 | 45 | 111 | 236 | 144 | 15 |
| Binary | 0 | 1000100 | 101011 | 1100100 | 0 | 100101 | 1001001 | 10011110 | 1100100 | 1101 |
Color Harmonies of #00442B
Complementary color
Monochromatic Colors of #00442B
Black with #00442B
Text Example
Text Example
White with #00442B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00442B; }
p { color: rgb(0,68,43); }
H1.HeaderClassName
{
color: #00442B;
}
.AnyTagClassName
{
color: #00442B;
}
</style>
background-color css
<style>
a { background-color: #00442B; }
a { background-color: rgb(0,68,43); }
div.DivClassName
{
background-color: #00442B;
}
.BgClassName
{
background-color: #00442B;
}
</style>
border-color css
<style>
span { border-color: #00442B; }
span { border-color: rgb(0,68,43); }
td.TdClassName
{
border-color: #00442B;
}
.TagClassName
{
border-color: #00442B;
}
</style>