Shades of British Racing Green #04432E
Tints of British Racing Green #04432E
RGB
CMYK
RGB Variations
Color information
#04432E (or 0x04432E) is known color: British Racing Green. HEX triplet: 04, 43 and 2E. RGB value is (4,67,46). Sum of RGB (Red+Green+Blue) = 4+67+46=117 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.42% from 117); Green value is 67 (26.56% from 255 or 57.26% from 117); Blue value is 46 (18.36% from 255 or 39.32% from 117); Max value from RGB is 67 - color contains mainly: green. Hex color #04432E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04432E is #FBBCD1. Grayscale: #2D2D2D. Windows color (decimal): -16497874 or 3031812. OLE color: 3031812.
HSL color Cylindrical-coordinate representation of color #04432E: hue angle of 160º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #04432E is Cyan = 0.94, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 4 | 67 | 46 | - |
| CMYK | 0.94 | 0 | 0.31 | 0.74 |
| HSL | 160º | 0.89% | 0.14% | - |
| HSV(B) | 160º | 0.94% | 0.26% | - |
| XYZ | 2.55 | 4.24 | 3.27 | - |
| YUV | 45.77 | 128.13 | 98.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 67 | 46 | 0.94 | 0 | 0.31 | 0.74 | 160 | 0.89 | 0.14 |
| Hex | 4 | 43 | 2E | 5E | 0 | 1F | 4A | A0 | 59 | E |
| Octal | 4 | 103 | 56 | 136 | 0 | 37 | 112 | 240 | 131 | 16 |
| Binary | 100 | 1000011 | 101110 | 1011110 | 0 | 11111 | 1001010 | 10100000 | 1011001 | 1110 |
Color Harmonies of #04432E
Complementary color
Monochromatic Colors of #04432E
Black with #04432E
Text Example
Text Example
White with #04432E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04432E; }
p { color: rgb(4,67,46); }
H1.HeaderClassName
{
color: #04432E;
}
.AnyTagClassName
{
color: #04432E;
}
</style>
background-color css
<style>
a { background-color: #04432E; }
a { background-color: rgb(4,67,46); }
div.DivClassName
{
background-color: #04432E;
}
.BgClassName
{
background-color: #04432E;
}
</style>
border-color css
<style>
span { border-color: #04432E; }
span { border-color: rgb(4,67,46); }
td.TdClassName
{
border-color: #04432E;
}
.TagClassName
{
border-color: #04432E;
}
</style>