Shades of British Racing Green #045222
Tints of British Racing Green #045222
RGB
CMYK
RGB Variations
Color information
#045222 (or 0x045222) is known color: British Racing Green. HEX triplet: 04, 52 and 22. RGB value is (4,82,34). Sum of RGB (Red+Green+Blue) = 4+82+34=120 (15% of max value = 765). Red value is 4 (1.95% from 255 or 3.33% from 120); Green value is 82 (32.42% from 255 or 68.33% from 120); Blue value is 34 (13.67% from 255 or 28.33% from 120); Max value from RGB is 82 - color contains mainly: green. Hex color #045222 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045222 is #FBADDD. Grayscale: #353535. Windows color (decimal): -16494046 or 2249220. OLE color: 2249220.
HSL color Cylindrical-coordinate representation of color #045222: hue angle of 143.08º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #045222 is Cyan = 0.95, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 4 | 82 | 34 | - |
| CMYK | 0.95 | 0 | 0.59 | 0.68 |
| HSL | 143.08º | 0.91% | 0.17% | - |
| HSV(B) | 143.08º | 0.95% | 0.32% | - |
| XYZ | 3.36 | 6.18 | 2.53 | - |
| YUV | 53.21 | 117.16 | 92.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 82 | 34 | 0.95 | 0 | 0.59 | 0.68 | 143.08 | 0.91 | 0.17 |
| Hex | 4 | 52 | 22 | 5F | 0 | 3B | 44 | 8F | 5B | 11 |
| Octal | 4 | 122 | 42 | 137 | 0 | 73 | 104 | 217 | 133 | 21 |
| Binary | 100 | 1010010 | 100010 | 1011111 | 0 | 111011 | 1000100 | 10001111 | 1011011 | 10001 |
Color Harmonies of #045222
Complementary color
Monochromatic Colors of #045222
Black with #045222
Text Example
Text Example
White with #045222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045222; }
p { color: rgb(4,82,34); }
H1.HeaderClassName
{
color: #045222;
}
.AnyTagClassName
{
color: #045222;
}
</style>
background-color css
<style>
a { background-color: #045222; }
a { background-color: rgb(4,82,34); }
div.DivClassName
{
background-color: #045222;
}
.BgClassName
{
background-color: #045222;
}
</style>
border-color css
<style>
span { border-color: #045222; }
span { border-color: rgb(4,82,34); }
td.TdClassName
{
border-color: #045222;
}
.TagClassName
{
border-color: #045222;
}
</style>