Shades of British Racing Green #005338
Tints of British Racing Green #005338
RGB
CMYK
RGB Variations
Color information
#005338 (or 0x005338) is known color: British Racing Green. HEX triplet: 00, 53 and 38. RGB value is (0,83,56). Sum of RGB (Red+Green+Blue) = 0+83+56=139 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 139); Green value is 83 (32.81% from 255 or 59.71% from 139); Blue value is 56 (22.27% from 255 or 40.29% from 139); Max value from RGB is 83 - color contains mainly: green. Hex color #005338 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #005338 is #FFACC7. Grayscale: #373737. Windows color (decimal): -16755912 or 3691264. OLE color: 3691264.
HSL color Cylindrical-coordinate representation of color #005338: hue angle of 160.48º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #005338 is Cyan = 1, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 0 | 83 | 56 | - |
| CMYK | 1 | 0 | 0.33 | 0.67 |
| HSL | 160.48º | 1% | 0.16% | - |
| HSV(B) | 160.48º | 1% | 0.33% | - |
| XYZ | 3.81 | 6.47 | 4.79 | - |
| YUV | 55.11 | 128.5 | 88.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 83 | 56 | 1 | 0 | 0.33 | 0.67 | 160.48 | 1 | 0.16 |
| Hex | 0 | 53 | 38 | 64 | 0 | 21 | 43 | A0 | 64 | 10 |
| Octal | 0 | 123 | 70 | 144 | 0 | 41 | 103 | 240 | 144 | 20 |
| Binary | 0 | 1010011 | 111000 | 1100100 | 0 | 100001 | 1000011 | 10100000 | 1100100 | 10000 |
Color Harmonies of #005338
Complementary color
Monochromatic Colors of #005338
Black with #005338
Text Example
Text Example
White with #005338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #005338; }
p { color: rgb(0,83,56); }
H1.HeaderClassName
{
color: #005338;
}
.AnyTagClassName
{
color: #005338;
}
</style>
background-color css
<style>
a { background-color: #005338; }
a { background-color: rgb(0,83,56); }
div.DivClassName
{
background-color: #005338;
}
.BgClassName
{
background-color: #005338;
}
</style>
border-color css
<style>
span { border-color: #005338; }
span { border-color: rgb(0,83,56); }
td.TdClassName
{
border-color: #005338;
}
.TagClassName
{
border-color: #005338;
}
</style>