Shades of British Racing Green #03432F
Tints of British Racing Green #03432F
RGB
CMYK
RGB Variations
Color information
#03432F (or 0x03432F) is known color: British Racing Green. HEX triplet: 03, 43 and 2F. RGB value is (3,67,47). Sum of RGB (Red+Green+Blue) = 3+67+47=117 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.56% from 117); Green value is 67 (26.56% from 255 or 57.26% from 117); Blue value is 47 (18.75% from 255 or 40.17% from 117); Max value from RGB is 67 - color contains mainly: green. Hex color #03432F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03432F is #FCBCD0. Grayscale: #2D2D2D. Windows color (decimal): -16563409 or 3097347. OLE color: 3097347.
HSL color Cylindrical-coordinate representation of color #03432F: hue angle of 161.25º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03432F is Cyan = 0.96, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 3 | 67 | 47 | - |
| CMYK | 0.96 | 0 | 0.30 | 0.74 |
| HSL | 161.25º | 0.91% | 0.14% | - |
| HSV(B) | 161.25º | 0.96% | 0.26% | - |
| XYZ | 2.56 | 4.24 | 3.37 | - |
| YUV | 45.58 | 128.8 | 97.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 67 | 47 | 0.96 | 0 | 0.30 | 0.74 | 161.25 | 0.91 | 0.14 |
| Hex | 3 | 43 | 2F | 60 | 0 | 1E | 4A | A1 | 5B | E |
| Octal | 3 | 103 | 57 | 140 | 0 | 36 | 112 | 241 | 133 | 16 |
| Binary | 11 | 1000011 | 101111 | 1100000 | 0 | 11110 | 1001010 | 10100001 | 1011011 | 1110 |
Color Harmonies of #03432F
Complementary color
Monochromatic Colors of #03432F
Black with #03432F
Text Example
Text Example
White with #03432F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03432F; }
p { color: rgb(3,67,47); }
H1.HeaderClassName
{
color: #03432F;
}
.AnyTagClassName
{
color: #03432F;
}
</style>
background-color css
<style>
a { background-color: #03432F; }
a { background-color: rgb(3,67,47); }
div.DivClassName
{
background-color: #03432F;
}
.BgClassName
{
background-color: #03432F;
}
</style>
border-color css
<style>
span { border-color: #03432F; }
span { border-color: rgb(3,67,47); }
td.TdClassName
{
border-color: #03432F;
}
.TagClassName
{
border-color: #03432F;
}
</style>