Shades of British Racing Green #035330
Tints of British Racing Green #035330
RGB
CMYK
RGB Variations
Color information
#035330 (or 0x035330) is known color: British Racing Green. HEX triplet: 03, 53 and 30. RGB value is (3,83,48). Sum of RGB (Red+Green+Blue) = 3+83+48=134 (17% of max value = 765). Red value is 3 (1.56% from 255 or 2.24% from 134); Green value is 83 (32.81% from 255 or 61.94% from 134); Blue value is 48 (19.14% from 255 or 35.82% from 134); Max value from RGB is 83 - color contains mainly: green. Hex color #035330 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035330 is #FCACCF. Grayscale: #373737. Windows color (decimal): -16559312 or 3166979. OLE color: 3166979.
HSL color Cylindrical-coordinate representation of color #035330: hue angle of 153.75º 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 #035330 is Cyan = 0.96, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 3 | 83 | 48 | - |
| CMYK | 0.96 | 0 | 0.42 | 0.67 |
| HSL | 153.75º | 0.93% | 0.17% | - |
| HSV(B) | 153.75º | 0.96% | 0.33% | - |
| XYZ | 3.66 | 6.42 | 3.84 | - |
| YUV | 55.09 | 124 | 90.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 83 | 48 | 0.96 | 0 | 0.42 | 0.67 | 153.75 | 0.93 | 0.17 |
| Hex | 3 | 53 | 30 | 60 | 0 | 2A | 43 | 9A | 5D | 11 |
| Octal | 3 | 123 | 60 | 140 | 0 | 52 | 103 | 232 | 135 | 21 |
| Binary | 11 | 1010011 | 110000 | 1100000 | 0 | 101010 | 1000011 | 10011010 | 1011101 | 10001 |
Color Harmonies of #035330
Complementary color
Monochromatic Colors of #035330
Black with #035330
Text Example
Text Example
White with #035330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035330; }
p { color: rgb(3,83,48); }
H1.HeaderClassName
{
color: #035330;
}
.AnyTagClassName
{
color: #035330;
}
</style>
background-color css
<style>
a { background-color: #035330; }
a { background-color: rgb(3,83,48); }
div.DivClassName
{
background-color: #035330;
}
.BgClassName
{
background-color: #035330;
}
</style>
border-color css
<style>
span { border-color: #035330; }
span { border-color: rgb(3,83,48); }
td.TdClassName
{
border-color: #035330;
}
.TagClassName
{
border-color: #035330;
}
</style>