Shades of British Racing Green #045232
Tints of British Racing Green #045232
RGB
CMYK
RGB Variations
Color information
#045232 (or 0x045232) is known color: British Racing Green. HEX triplet: 04, 52 and 32. RGB value is (4,82,50). Sum of RGB (Red+Green+Blue) = 4+82+50=136 (18% of max value = 765). Red value is 4 (1.95% from 255 or 2.94% from 136); Green value is 82 (32.42% from 255 or 60.29% from 136); Blue value is 50 (19.92% from 255 or 36.76% from 136); Max value from RGB is 82 - color contains mainly: green. Hex color #045232 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #045232 is #FBADCD. Grayscale: #373737. Windows color (decimal): -16494030 or 3297796. OLE color: 3297796.
HSL color Cylindrical-coordinate representation of color #045232: hue angle of 155.38º 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 #045232 is Cyan = 0.95, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 4 | 82 | 50 | - |
| CMYK | 0.95 | 0 | 0.39 | 0.68 |
| HSL | 155.38º | 0.91% | 0.17% | - |
| HSV(B) | 155.38º | 0.95% | 0.32% | - |
| XYZ | 3.64 | 6.29 | 4.04 | - |
| YUV | 55.03 | 125.16 | 91.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 82 | 50 | 0.95 | 0 | 0.39 | 0.68 | 155.38 | 0.91 | 0.17 |
| Hex | 4 | 52 | 32 | 5F | 0 | 27 | 44 | 9B | 5B | 11 |
| Octal | 4 | 122 | 62 | 137 | 0 | 47 | 104 | 233 | 133 | 21 |
| Binary | 100 | 1010010 | 110010 | 1011111 | 0 | 100111 | 1000100 | 10011011 | 1011011 | 10001 |
Color Harmonies of #045232
Complementary color
Monochromatic Colors of #045232
Black with #045232
Text Example
Text Example
White with #045232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #045232; }
p { color: rgb(4,82,50); }
H1.HeaderClassName
{
color: #045232;
}
.AnyTagClassName
{
color: #045232;
}
</style>
background-color css
<style>
a { background-color: #045232; }
a { background-color: rgb(4,82,50); }
div.DivClassName
{
background-color: #045232;
}
.BgClassName
{
background-color: #045232;
}
</style>
border-color css
<style>
span { border-color: #045232; }
span { border-color: rgb(4,82,50); }
td.TdClassName
{
border-color: #045232;
}
.TagClassName
{
border-color: #045232;
}
</style>