Shades of British Racing Green #04452A
Tints of British Racing Green #04452A
RGB
CMYK
RGB Variations
Color information
#04452A (or 0x04452A) is known color: British Racing Green. HEX triplet: 04, 45 and 2A. RGB value is (4,69,42). Sum of RGB (Red+Green+Blue) = 4+69+42=115 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.48% from 115); Green value is 69 (27.34% from 255 or 60% from 115); Blue value is 42 (16.80% from 255 or 36.52% from 115); Max value from RGB is 69 - color contains mainly: green. Hex color #04452A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #04452A is #FBBAD5. Grayscale: #2E2E2E. Windows color (decimal): -16497366 or 2770180. OLE color: 2770180.
HSL color Cylindrical-coordinate representation of color #04452A: hue angle of 155.08º degrees, saturation: 0.89, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #04452A is Cyan = 0.94, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 4 | 69 | 42 | - |
| CMYK | 0.94 | 0 | 0.39 | 0.73 |
| HSL | 155.08º | 0.89% | 0.14% | - |
| HSV(B) | 155.08º | 0.94% | 0.27% | - |
| XYZ | 2.6 | 4.45 | 2.91 | - |
| YUV | 46.49 | 125.47 | 97.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 69 | 42 | 0.94 | 0 | 0.39 | 0.73 | 155.08 | 0.89 | 0.14 |
| Hex | 4 | 45 | 2A | 5E | 0 | 27 | 49 | 9B | 59 | E |
| Octal | 4 | 105 | 52 | 136 | 0 | 47 | 111 | 233 | 131 | 16 |
| Binary | 100 | 1000101 | 101010 | 1011110 | 0 | 100111 | 1001001 | 10011011 | 1011001 | 1110 |
Color Harmonies of #04452A
Complementary color
Monochromatic Colors of #04452A
Black with #04452A
Text Example
Text Example
White with #04452A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04452A; }
p { color: rgb(4,69,42); }
H1.HeaderClassName
{
color: #04452A;
}
.AnyTagClassName
{
color: #04452A;
}
</style>
background-color css
<style>
a { background-color: #04452A; }
a { background-color: rgb(4,69,42); }
div.DivClassName
{
background-color: #04452A;
}
.BgClassName
{
background-color: #04452A;
}
</style>
border-color css
<style>
span { border-color: #04452A; }
span { border-color: rgb(4,69,42); }
td.TdClassName
{
border-color: #04452A;
}
.TagClassName
{
border-color: #04452A;
}
</style>