Shades of British Racing Green #04432D
Tints of British Racing Green #04432D
RGB
CMYK
RGB Variations
Color information
#04432D (or 0x04432D) is known color: British Racing Green. HEX triplet: 04, 43 and 2D. RGB value is (4,67,45). Sum of RGB (Red+Green+Blue) = 4+67+45=116 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.45% from 116); Green value is 67 (26.56% from 255 or 57.76% from 116); Blue value is 45 (17.97% from 255 or 38.79% from 116); Max value from RGB is 67 - color contains mainly: green. Hex color #04432D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04432D is #FBBCD2. Grayscale: #2D2D2D. Windows color (decimal): -16497875 or 2966276. OLE color: 2966276.
HSL color Cylindrical-coordinate representation of color #04432D: hue angle of 159.05º 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 #04432D is Cyan = 0.94, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 4 | 67 | 45 | - |
| CMYK | 0.94 | 0 | 0.33 | 0.74 |
| HSL | 159.05º | 0.89% | 0.14% | - |
| HSV(B) | 159.05º | 0.94% | 0.26% | - |
| XYZ | 2.53 | 4.23 | 3.17 | - |
| YUV | 45.66 | 127.63 | 98.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 67 | 45 | 0.94 | 0 | 0.33 | 0.74 | 159.05 | 0.89 | 0.14 |
| Hex | 4 | 43 | 2D | 5E | 0 | 21 | 4A | 9F | 59 | E |
| Octal | 4 | 103 | 55 | 136 | 0 | 41 | 112 | 237 | 131 | 16 |
| Binary | 100 | 1000011 | 101101 | 1011110 | 0 | 100001 | 1001010 | 10011111 | 1011001 | 1110 |
Color Harmonies of #04432D
Complementary color
Monochromatic Colors of #04432D
Black with #04432D
Text Example
Text Example
White with #04432D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04432D; }
p { color: rgb(4,67,45); }
H1.HeaderClassName
{
color: #04432D;
}
.AnyTagClassName
{
color: #04432D;
}
</style>
background-color css
<style>
a { background-color: #04432D; }
a { background-color: rgb(4,67,45); }
div.DivClassName
{
background-color: #04432D;
}
.BgClassName
{
background-color: #04432D;
}
</style>
border-color css
<style>
span { border-color: #04432D; }
span { border-color: rgb(4,67,45); }
td.TdClassName
{
border-color: #04432D;
}
.TagClassName
{
border-color: #04432D;
}
</style>