Shades of British Racing Green #04432C
Tints of British Racing Green #04432C
RGB
CMYK
RGB Variations
Color information
#04432C (or 0x04432C) is known color: British Racing Green. HEX triplet: 04, 43 and 2C. RGB value is (4,67,44). Sum of RGB (Red+Green+Blue) = 4+67+44=115 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.48% from 115); Green value is 67 (26.56% from 255 or 58.26% from 115); Blue value is 44 (17.58% from 255 or 38.26% from 115); Max value from RGB is 67 - color contains mainly: green. Hex color #04432C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04432C is #FBBCD3. Grayscale: #2D2D2D. Windows color (decimal): -16497876 or 2900740. OLE color: 2900740.
HSL color Cylindrical-coordinate representation of color #04432C: hue angle of 158.1º 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 #04432C is Cyan = 0.94, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 4 | 67 | 44 | - |
| CMYK | 0.94 | 0 | 0.34 | 0.74 |
| HSL | 158.1º | 0.89% | 0.14% | - |
| HSV(B) | 158.1º | 0.94% | 0.26% | - |
| XYZ | 2.51 | 4.22 | 3.07 | - |
| YUV | 45.54 | 127.13 | 98.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 67 | 44 | 0.94 | 0 | 0.34 | 0.74 | 158.1 | 0.89 | 0.14 |
| Hex | 4 | 43 | 2C | 5E | 0 | 22 | 4A | 9E | 59 | E |
| Octal | 4 | 103 | 54 | 136 | 0 | 42 | 112 | 236 | 131 | 16 |
| Binary | 100 | 1000011 | 101100 | 1011110 | 0 | 100010 | 1001010 | 10011110 | 1011001 | 1110 |
Color Harmonies of #04432C
Complementary color
Monochromatic Colors of #04432C
Black with #04432C
Text Example
Text Example
White with #04432C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04432C; }
p { color: rgb(4,67,44); }
H1.HeaderClassName
{
color: #04432C;
}
.AnyTagClassName
{
color: #04432C;
}
</style>
background-color css
<style>
a { background-color: #04432C; }
a { background-color: rgb(4,67,44); }
div.DivClassName
{
background-color: #04432C;
}
.BgClassName
{
background-color: #04432C;
}
</style>
border-color css
<style>
span { border-color: #04432C; }
span { border-color: rgb(4,67,44); }
td.TdClassName
{
border-color: #04432C;
}
.TagClassName
{
border-color: #04432C;
}
</style>