Shades of British Racing Green #01432B
Tints of British Racing Green #01432B
RGB
CMYK
RGB Variations
Color information
#01432B (or 0x01432B) is known color: British Racing Green. HEX triplet: 01, 43 and 2B. RGB value is (1,67,43). Sum of RGB (Red+Green+Blue) = 1+67+43=111 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.90% from 111); Green value is 67 (26.56% from 255 or 60.36% from 111); Blue value is 43 (17.19% from 255 or 38.74% from 111); Max value from RGB is 67 - color contains mainly: green. Hex color #01432B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01432B is #FEBCD4. Grayscale: #2C2C2C. Windows color (decimal): -16694485 or 2835201. OLE color: 2835201.
HSL color Cylindrical-coordinate representation of color #01432B: hue angle of 158.18º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01432B is Cyan = 0.99, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 1 | 67 | 43 | - |
| CMYK | 0.99 | 0 | 0.36 | 0.74 |
| HSL | 158.18º | 0.97% | 0.13% | - |
| HSV(B) | 158.18º | 0.99% | 0.26% | - |
| XYZ | 2.46 | 4.2 | 2.97 | - |
| YUV | 44.53 | 127.13 | 96.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 67 | 43 | 0.99 | 0 | 0.36 | 0.74 | 158.18 | 0.97 | 0.13 |
| Hex | 1 | 43 | 2B | 63 | 0 | 24 | 4A | 9E | 61 | D |
| Octal | 1 | 103 | 53 | 143 | 0 | 44 | 112 | 236 | 141 | 15 |
| Binary | 1 | 1000011 | 101011 | 1100011 | 0 | 100100 | 1001010 | 10011110 | 1100001 | 1101 |
Color Harmonies of #01432B
Complementary color
Monochromatic Colors of #01432B
Black with #01432B
Text Example
Text Example
White with #01432B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01432B; }
p { color: rgb(1,67,43); }
H1.HeaderClassName
{
color: #01432B;
}
.AnyTagClassName
{
color: #01432B;
}
</style>
background-color css
<style>
a { background-color: #01432B; }
a { background-color: rgb(1,67,43); }
div.DivClassName
{
background-color: #01432B;
}
.BgClassName
{
background-color: #01432B;
}
</style>
border-color css
<style>
span { border-color: #01432B; }
span { border-color: rgb(1,67,43); }
td.TdClassName
{
border-color: #01432B;
}
.TagClassName
{
border-color: #01432B;
}
</style>