Shades of British Racing Green #035313
Tints of British Racing Green #035313
RGB
CMYK
RGB Variations
Color information
#035313 (or 0x035313) is known color: British Racing Green. HEX triplet: 03, 53 and 13. RGB value is (3,83,19). Sum of RGB (Red+Green+Blue) = 3+83+19=105 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.86% from 105); Green value is 83 (32.81% from 255 or 79.05% from 105); Blue value is 19 (7.81% from 255 or 18.10% from 105); Max value from RGB is 83 - color contains mainly: green. Hex color #035313 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #035313 is #FCACEC. Grayscale: #333333. Windows color (decimal): -16559341 or 1266435. OLE color: 1266435.
HSL color Cylindrical-coordinate representation of color #035313: hue angle of 132º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #035313 is Cyan = 0.96, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 3 | 83 | 19 | - |
| CMYK | 0.96 | 0 | 0.77 | 0.67 |
| HSL | 132º | 0.93% | 0.17% | - |
| HSV(B) | 132º | 0.96% | 0.33% | - |
| XYZ | 3.25 | 6.25 | 1.65 | - |
| YUV | 51.78 | 109.5 | 93.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 83 | 19 | 0.96 | 0 | 0.77 | 0.67 | 132 | 0.93 | 0.17 |
| Hex | 3 | 53 | 13 | 60 | 0 | 4D | 43 | 84 | 5D | 11 |
| Octal | 3 | 123 | 23 | 140 | 0 | 115 | 103 | 204 | 135 | 21 |
| Binary | 11 | 1010011 | 10011 | 1100000 | 0 | 1001101 | 1000011 | 10000100 | 1011101 | 10001 |
Color Harmonies of #035313
Complementary color
Monochromatic Colors of #035313
Black with #035313
Text Example
Text Example
White with #035313
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035313; }
p { color: rgb(3,83,19); }
H1.HeaderClassName
{
color: #035313;
}
.AnyTagClassName
{
color: #035313;
}
</style>
background-color css
<style>
a { background-color: #035313; }
a { background-color: rgb(3,83,19); }
div.DivClassName
{
background-color: #035313;
}
.BgClassName
{
background-color: #035313;
}
</style>
border-color css
<style>
span { border-color: #035313; }
span { border-color: rgb(3,83,19); }
td.TdClassName
{
border-color: #035313;
}
.TagClassName
{
border-color: #035313;
}
</style>