Shades of British Racing Green #004A28
Tints of British Racing Green #004A28
RGB
CMYK
RGB Variations
Color information
#004A28 (or 0x004A28) is known color: British Racing Green. HEX triplet: 00, 4A and 28. RGB value is (0,74,40). Sum of RGB (Red+Green+Blue) = 0+74+40=114 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 114); Green value is 74 (29.30% from 255 or 64.91% from 114); Blue value is 40 (16.02% from 255 or 35.09% from 114); Max value from RGB is 74 - color contains mainly: green. Hex color #004A28 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004A28 is #FFB5D7. Grayscale: #303030. Windows color (decimal): -16758232 or 2640384. OLE color: 2640384.
HSL color Cylindrical-coordinate representation of color #004A28: hue angle of 152.43º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004A28 is Cyan = 1, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 0 | 74 | 40 | - |
| CMYK | 1 | 0 | 0.46 | 0.71 |
| HSL | 152.43º | 1% | 0.15% | - |
| HSV(B) | 152.43º | 1% | 0.29% | - |
| XYZ | 2.83 | 5.05 | 2.83 | - |
| YUV | 48 | 123.48 | 93.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 74 | 40 | 1 | 0 | 0.46 | 0.71 | 152.43 | 1 | 0.15 |
| Hex | 0 | 4A | 28 | 64 | 0 | 2E | 47 | 98 | 64 | F |
| Octal | 0 | 112 | 50 | 144 | 0 | 56 | 107 | 230 | 144 | 17 |
| Binary | 0 | 1001010 | 101000 | 1100100 | 0 | 101110 | 1000111 | 10011000 | 1100100 | 1111 |
Color Harmonies of #004A28
Complementary color
Monochromatic Colors of #004A28
Black with #004A28
Text Example
Text Example
White with #004A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004A28; }
p { color: rgb(0,74,40); }
H1.HeaderClassName
{
color: #004A28;
}
.AnyTagClassName
{
color: #004A28;
}
</style>
background-color css
<style>
a { background-color: #004A28; }
a { background-color: rgb(0,74,40); }
div.DivClassName
{
background-color: #004A28;
}
.BgClassName
{
background-color: #004A28;
}
</style>
border-color css
<style>
span { border-color: #004A28; }
span { border-color: rgb(0,74,40); }
td.TdClassName
{
border-color: #004A28;
}
.TagClassName
{
border-color: #004A28;
}
</style>