Shades of British Racing Green #045026
Tints of British Racing Green #045026
RGB
CMYK
RGB Variations
Color information
#045026 (or 0x045026) is known color: British Racing Green. HEX triplet: 04, 50 and 26. RGB value is (4,80,38). Sum of RGB (Red+Green+Blue) = 4+80+38=122 (16% of max value = 765). Red value is 4 (1.95% from 255 or 3.28% from 122); Green value is 80 (31.64% from 255 or 65.57% from 122); Blue value is 38 (15.23% from 255 or 31.15% from 122); Max value from RGB is 80 - color contains mainly: green. Hex color #045026 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045026 is #FBAFD9. Grayscale: #343434. Windows color (decimal): -16494554 or 2510852. OLE color: 2510852.
HSL color Cylindrical-coordinate representation of color #045026: hue angle of 146.84º degrees, saturation: 0.9, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #045026 is Cyan = 0.95, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 4 | 80 | 38 | - |
| CMYK | 0.95 | 0 | 0.52 | 0.69 |
| HSL | 146.84º | 0.9% | 0.16% | - |
| HSV(B) | 146.84º | 0.95% | 0.31% | - |
| XYZ | 3.27 | 5.9 | 2.8 | - |
| YUV | 52.49 | 119.82 | 93.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 80 | 38 | 0.95 | 0 | 0.52 | 0.69 | 146.84 | 0.9 | 0.16 |
| Hex | 4 | 50 | 26 | 5F | 0 | 34 | 45 | 93 | 5A | 10 |
| Octal | 4 | 120 | 46 | 137 | 0 | 64 | 105 | 223 | 132 | 20 |
| Binary | 100 | 1010000 | 100110 | 1011111 | 0 | 110100 | 1000101 | 10010011 | 1011010 | 10000 |
Color Harmonies of #045026
Complementary color
Monochromatic Colors of #045026
Black with #045026
Text Example
Text Example
White with #045026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045026; }
p { color: rgb(4,80,38); }
H1.HeaderClassName
{
color: #045026;
}
.AnyTagClassName
{
color: #045026;
}
</style>
background-color css
<style>
a { background-color: #045026; }
a { background-color: rgb(4,80,38); }
div.DivClassName
{
background-color: #045026;
}
.BgClassName
{
background-color: #045026;
}
</style>
border-color css
<style>
span { border-color: #045026; }
span { border-color: rgb(4,80,38); }
td.TdClassName
{
border-color: #045026;
}
.TagClassName
{
border-color: #045026;
}
</style>