Shades of British Racing Green #04432B
Tints of British Racing Green #04432B
RGB
CMYK
RGB Variations
Color information
#04432B (or 0x04432B) is known color: British Racing Green. HEX triplet: 04, 43 and 2B. RGB value is (4,67,43). Sum of RGB (Red+Green+Blue) = 4+67+43=114 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.51% from 114); Green value is 67 (26.56% from 255 or 58.77% from 114); Blue value is 43 (17.19% from 255 or 37.72% from 114); Max value from RGB is 67 - color contains mainly: green. Hex color #04432B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04432B is #FBBCD4. Grayscale: #2D2D2D. Windows color (decimal): -16497877 or 2835204. OLE color: 2835204.
HSL color Cylindrical-coordinate representation of color #04432B: hue angle of 157.14º 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 #04432B is Cyan = 0.94, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 4 | 67 | 43 | - |
| CMYK | 0.94 | 0 | 0.36 | 0.74 |
| HSL | 157.14º | 0.89% | 0.14% | - |
| HSV(B) | 157.14º | 0.94% | 0.26% | - |
| XYZ | 2.49 | 4.21 | 2.97 | - |
| YUV | 45.43 | 126.63 | 98.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 67 | 43 | 0.94 | 0 | 0.36 | 0.74 | 157.14 | 0.89 | 0.14 |
| Hex | 4 | 43 | 2B | 5E | 0 | 24 | 4A | 9D | 59 | E |
| Octal | 4 | 103 | 53 | 136 | 0 | 44 | 112 | 235 | 131 | 16 |
| Binary | 100 | 1000011 | 101011 | 1011110 | 0 | 100100 | 1001010 | 10011101 | 1011001 | 1110 |
Color Harmonies of #04432B
Complementary color
Monochromatic Colors of #04432B
Black with #04432B
Text Example
Text Example
White with #04432B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04432B; }
p { color: rgb(4,67,43); }
H1.HeaderClassName
{
color: #04432B;
}
.AnyTagClassName
{
color: #04432B;
}
</style>
background-color css
<style>
a { background-color: #04432B; }
a { background-color: rgb(4,67,43); }
div.DivClassName
{
background-color: #04432B;
}
.BgClassName
{
background-color: #04432B;
}
</style>
border-color css
<style>
span { border-color: #04432B; }
span { border-color: rgb(4,67,43); }
td.TdClassName
{
border-color: #04432B;
}
.TagClassName
{
border-color: #04432B;
}
</style>