Shades of British Racing Green #04532A
Tints of British Racing Green #04532A
RGB
CMYK
RGB Variations
Color information
#04532A (or 0x04532A) is known color: British Racing Green. HEX triplet: 04, 53 and 2A. RGB value is (4,83,42). Sum of RGB (Red+Green+Blue) = 4+83+42=129 (17% of max value = 765). Red value is 4 (1.95% from 255 or 3.10% from 129); Green value is 83 (32.81% from 255 or 64.34% from 129); Blue value is 42 (16.80% from 255 or 32.56% from 129); Max value from RGB is 83 - color contains mainly: green. Hex color #04532A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #04532A is #FBACD5. Grayscale: #363636. Windows color (decimal): -16493782 or 2773764. OLE color: 2773764.
HSL color Cylindrical-coordinate representation of color #04532A: hue angle of 148.86º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #04532A is Cyan = 0.95, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 4 | 83 | 42 | - |
| CMYK | 0.95 | 0 | 0.49 | 0.67 |
| HSL | 148.86º | 0.91% | 0.17% | - |
| HSV(B) | 148.86º | 0.95% | 0.33% | - |
| XYZ | 3.56 | 6.38 | 3.23 | - |
| YUV | 54.71 | 120.83 | 91.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 83 | 42 | 0.95 | 0 | 0.49 | 0.67 | 148.86 | 0.91 | 0.17 |
| Hex | 4 | 53 | 2A | 5F | 0 | 31 | 43 | 95 | 5B | 11 |
| Octal | 4 | 123 | 52 | 137 | 0 | 61 | 103 | 225 | 133 | 21 |
| Binary | 100 | 1010011 | 101010 | 1011111 | 0 | 110001 | 1000011 | 10010101 | 1011011 | 10001 |
Color Harmonies of #04532A
Complementary color
Monochromatic Colors of #04532A
Black with #04532A
Text Example
Text Example
White with #04532A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04532A; }
p { color: rgb(4,83,42); }
H1.HeaderClassName
{
color: #04532A;
}
.AnyTagClassName
{
color: #04532A;
}
</style>
background-color css
<style>
a { background-color: #04532A; }
a { background-color: rgb(4,83,42); }
div.DivClassName
{
background-color: #04532A;
}
.BgClassName
{
background-color: #04532A;
}
</style>
border-color css
<style>
span { border-color: #04532A; }
span { border-color: rgb(4,83,42); }
td.TdClassName
{
border-color: #04532A;
}
.TagClassName
{
border-color: #04532A;
}
</style>