Shades of British Racing Green #01532A
Tints of British Racing Green #01532A
RGB
CMYK
RGB Variations
Color information
#01532A (or 0x01532A) is known color: British Racing Green. HEX triplet: 01, 53 and 2A. RGB value is (1,83,42). Sum of RGB (Red+Green+Blue) = 1+83+42=126 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 126); Green value is 83 (32.81% from 255 or 65.87% from 126); Blue value is 42 (16.80% from 255 or 33.33% from 126); Max value from RGB is 83 - color contains mainly: green. Hex color #01532A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01532A is #FEACD5. Grayscale: #353535. Windows color (decimal): -16690390 or 2773761. OLE color: 2773761.
HSL color Cylindrical-coordinate representation of color #01532A: hue angle of 150º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01532A is Cyan = 0.99, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 1 | 83 | 42 | - |
| CMYK | 0.99 | 0 | 0.49 | 0.67 |
| HSL | 150º | 0.98% | 0.16% | - |
| HSV(B) | 150º | 0.99% | 0.33% | - |
| XYZ | 3.52 | 6.36 | 3.23 | - |
| YUV | 53.81 | 121.33 | 90.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 83 | 42 | 0.99 | 0 | 0.49 | 0.67 | 150 | 0.98 | 0.16 |
| Hex | 1 | 53 | 2A | 63 | 0 | 31 | 43 | 96 | 62 | 10 |
| Octal | 1 | 123 | 52 | 143 | 0 | 61 | 103 | 226 | 142 | 20 |
| Binary | 1 | 1010011 | 101010 | 1100011 | 0 | 110001 | 1000011 | 10010110 | 1100010 | 10000 |
Color Harmonies of #01532A
Complementary color
Monochromatic Colors of #01532A
Black with #01532A
Text Example
Text Example
White with #01532A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #01532A; }
p { color: rgb(1,83,42); }
H1.HeaderClassName
{
color: #01532A;
}
.AnyTagClassName
{
color: #01532A;
}
</style>
background-color css
<style>
a { background-color: #01532A; }
a { background-color: rgb(1,83,42); }
div.DivClassName
{
background-color: #01532A;
}
.BgClassName
{
background-color: #01532A;
}
</style>
border-color css
<style>
span { border-color: #01532A; }
span { border-color: rgb(1,83,42); }
td.TdClassName
{
border-color: #01532A;
}
.TagClassName
{
border-color: #01532A;
}
</style>