Shades of British Racing Green #04501C
Tints of British Racing Green #04501C
RGB
CMYK
RGB Variations
Color information
#04501C (or 0x04501C) is known color: British Racing Green. HEX triplet: 04, 50 and 1C. RGB value is (4,80,28). Sum of RGB (Red+Green+Blue) = 4+80+28=112 (14% of max value = 765). Red value is 4 (1.95% from 255 or 3.57% from 112); Green value is 80 (31.64% from 255 or 71.43% from 112); Blue value is 28 (11.33% from 255 or 25% from 112); Max value from RGB is 80 - color contains mainly: green. Hex color #04501C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04501C is #FBAFE3. Grayscale: #333333. Windows color (decimal): -16494564 or 1855492. OLE color: 1855492.
HSL color Cylindrical-coordinate representation of color #04501C: hue angle of 138.95º 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 #04501C is Cyan = 0.95, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 4 | 80 | 28 | - |
| CMYK | 0.95 | 0 | 0.65 | 0.69 |
| HSL | 138.95º | 0.9% | 0.16% | - |
| HSV(B) | 138.95º | 0.95% | 0.31% | - |
| XYZ | 3.13 | 5.85 | 2.06 | - |
| YUV | 51.35 | 114.82 | 94.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 80 | 28 | 0.95 | 0 | 0.65 | 0.69 | 138.95 | 0.9 | 0.16 |
| Hex | 4 | 50 | 1C | 5F | 0 | 41 | 45 | 8B | 5A | 10 |
| Octal | 4 | 120 | 34 | 137 | 0 | 101 | 105 | 213 | 132 | 20 |
| Binary | 100 | 1010000 | 11100 | 1011111 | 0 | 1000001 | 1000101 | 10001011 | 1011010 | 10000 |
Color Harmonies of #04501C
Complementary color
Monochromatic Colors of #04501C
Black with #04501C
Text Example
Text Example
White with #04501C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04501C; }
p { color: rgb(4,80,28); }
H1.HeaderClassName
{
color: #04501C;
}
.AnyTagClassName
{
color: #04501C;
}
</style>
background-color css
<style>
a { background-color: #04501C; }
a { background-color: rgb(4,80,28); }
div.DivClassName
{
background-color: #04501C;
}
.BgClassName
{
background-color: #04501C;
}
</style>
border-color css
<style>
span { border-color: #04501C; }
span { border-color: rgb(4,80,28); }
td.TdClassName
{
border-color: #04501C;
}
.TagClassName
{
border-color: #04501C;
}
</style>