Shades of British Racing Green #005235
Tints of British Racing Green #005235
RGB
CMYK
RGB Variations
Color information
#005235 (or 0x005235) is known color: British Racing Green. HEX triplet: 00, 52 and 35. RGB value is (0,82,53). Sum of RGB (Red+Green+Blue) = 0+82+53=135 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 135); Green value is 82 (32.42% from 255 or 60.74% from 135); Blue value is 53 (21.09% from 255 or 39.26% from 135); Max value from RGB is 82 - color contains mainly: green. Hex color #005235 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005235 is #FFADCA. Grayscale: #363636. Windows color (decimal): -16756171 or 3494400. OLE color: 3494400.
HSL color Cylindrical-coordinate representation of color #005235: hue angle of 158.78º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005235 is Cyan = 1, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 0 | 82 | 53 | - |
| CMYK | 1 | 0 | 0.35 | 0.68 |
| HSL | 158.78º | 1% | 0.16% | - |
| HSV(B) | 158.78º | 1% | 0.32% | - |
| XYZ | 3.66 | 6.29 | 4.39 | - |
| YUV | 54.18 | 127.33 | 89.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 82 | 53 | 1 | 0 | 0.35 | 0.68 | 158.78 | 1 | 0.16 |
| Hex | 0 | 52 | 35 | 64 | 0 | 23 | 44 | 9F | 64 | 10 |
| Octal | 0 | 122 | 65 | 144 | 0 | 43 | 104 | 237 | 144 | 20 |
| Binary | 0 | 1010010 | 110101 | 1100100 | 0 | 100011 | 1000100 | 10011111 | 1100100 | 10000 |
Color Harmonies of #005235
Complementary color
Monochromatic Colors of #005235
Black with #005235
Text Example
Text Example
White with #005235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005235; }
p { color: rgb(0,82,53); }
H1.HeaderClassName
{
color: #005235;
}
.AnyTagClassName
{
color: #005235;
}
</style>
background-color css
<style>
a { background-color: #005235; }
a { background-color: rgb(0,82,53); }
div.DivClassName
{
background-color: #005235;
}
.BgClassName
{
background-color: #005235;
}
</style>
border-color css
<style>
span { border-color: #005235; }
span { border-color: rgb(0,82,53); }
td.TdClassName
{
border-color: #005235;
}
.TagClassName
{
border-color: #005235;
}
</style>