Shades of British Racing Green #05432F
Tints of British Racing Green #05432F
RGB
CMYK
RGB Variations
Color information
#05432F (or 0x05432F) is known color: British Racing Green. HEX triplet: 05, 43 and 2F. RGB value is (5,67,47). Sum of RGB (Red+Green+Blue) = 5+67+47=119 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.20% from 119); Green value is 67 (26.56% from 255 or 56.30% from 119); Blue value is 47 (18.75% from 255 or 39.50% from 119); Max value from RGB is 67 - color contains mainly: green. Hex color #05432F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05432F is #FABCD0. Grayscale: #2E2E2E. Windows color (decimal): -16432337 or 3097349. OLE color: 3097349.
HSL color Cylindrical-coordinate representation of color #05432F: hue angle of 160.65º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #05432F is Cyan = 0.93, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 5 | 67 | 47 | - |
| CMYK | 0.93 | 0 | 0.30 | 0.74 |
| HSL | 160.65º | 0.86% | 0.14% | - |
| HSV(B) | 160.65º | 0.93% | 0.26% | - |
| XYZ | 2.58 | 4.25 | 3.37 | - |
| YUV | 46.18 | 128.46 | 98.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 67 | 47 | 0.93 | 0 | 0.30 | 0.74 | 160.65 | 0.86 | 0.14 |
| Hex | 5 | 43 | 2F | 5D | 0 | 1E | 4A | A1 | 56 | E |
| Octal | 5 | 103 | 57 | 135 | 0 | 36 | 112 | 241 | 126 | 16 |
| Binary | 101 | 1000011 | 101111 | 1011101 | 0 | 11110 | 1001010 | 10100001 | 1010110 | 1110 |
Color Harmonies of #05432F
Complementary color
Monochromatic Colors of #05432F
Black with #05432F
Text Example
Text Example
White with #05432F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05432F; }
p { color: rgb(5,67,47); }
H1.HeaderClassName
{
color: #05432F;
}
.AnyTagClassName
{
color: #05432F;
}
</style>
background-color css
<style>
a { background-color: #05432F; }
a { background-color: rgb(5,67,47); }
div.DivClassName
{
background-color: #05432F;
}
.BgClassName
{
background-color: #05432F;
}
</style>
border-color css
<style>
span { border-color: #05432F; }
span { border-color: rgb(5,67,47); }
td.TdClassName
{
border-color: #05432F;
}
.TagClassName
{
border-color: #05432F;
}
</style>