Shades of British Racing Green #01432F
Tints of British Racing Green #01432F
RGB
CMYK
RGB Variations
Color information
#01432F (or 0x01432F) is known color: British Racing Green. HEX triplet: 01, 43 and 2F. RGB value is (1,67,47). Sum of RGB (Red+Green+Blue) = 1+67+47=115 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.87% from 115); Green value is 67 (26.56% from 255 or 58.26% from 115); Blue value is 47 (18.75% from 255 or 40.87% from 115); Max value from RGB is 67 - color contains mainly: green. Hex color #01432F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01432F is #FEBCD0. Grayscale: #2D2D2D. Windows color (decimal): -16694481 or 3097345. OLE color: 3097345.
HSL color Cylindrical-coordinate representation of color #01432F: hue angle of 161.82º 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 #01432F is Cyan = 0.99, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 1 | 67 | 47 | - |
| CMYK | 0.99 | 0 | 0.30 | 0.74 |
| HSL | 161.82º | 0.97% | 0.13% | - |
| HSV(B) | 161.82º | 0.99% | 0.26% | - |
| XYZ | 2.53 | 4.23 | 3.37 | - |
| YUV | 44.99 | 129.13 | 96.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 67 | 47 | 0.99 | 0 | 0.30 | 0.74 | 161.82 | 0.97 | 0.13 |
| Hex | 1 | 43 | 2F | 63 | 0 | 1E | 4A | A2 | 61 | D |
| Octal | 1 | 103 | 57 | 143 | 0 | 36 | 112 | 242 | 141 | 15 |
| Binary | 1 | 1000011 | 101111 | 1100011 | 0 | 11110 | 1001010 | 10100010 | 1100001 | 1101 |
Color Harmonies of #01432F
Complementary color
Monochromatic Colors of #01432F
Black with #01432F
Text Example
Text Example
White with #01432F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01432F; }
p { color: rgb(1,67,47); }
H1.HeaderClassName
{
color: #01432F;
}
.AnyTagClassName
{
color: #01432F;
}
</style>
background-color css
<style>
a { background-color: #01432F; }
a { background-color: rgb(1,67,47); }
div.DivClassName
{
background-color: #01432F;
}
.BgClassName
{
background-color: #01432F;
}
</style>
border-color css
<style>
span { border-color: #01432F; }
span { border-color: rgb(1,67,47); }
td.TdClassName
{
border-color: #01432F;
}
.TagClassName
{
border-color: #01432F;
}
</style>