Shades of British Racing Green #035238
Tints of British Racing Green #035238
RGB
CMYK
RGB Variations
Color information
#035238 (or 0x035238) is known color: British Racing Green. HEX triplet: 03, 52 and 38. RGB value is (3,82,56). Sum of RGB (Red+Green+Blue) = 3+82+56=141 (18% of max value = 765). Red value is 3 (1.56% from 255 or 2.13% from 141); Green value is 82 (32.42% from 255 or 58.16% from 141); Blue value is 56 (22.27% from 255 or 39.72% from 141); Max value from RGB is 82 - color contains mainly: green. Hex color #035238 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035238 is #FCADC7. Grayscale: #373737. Windows color (decimal): -16559560 or 3691011. OLE color: 3691011.
HSL color Cylindrical-coordinate representation of color #035238: hue angle of 160.25º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #035238 is Cyan = 0.96, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 3 | 82 | 56 | - |
| CMYK | 0.96 | 0 | 0.32 | 0.68 |
| HSL | 160.25º | 0.93% | 0.17% | - |
| HSV(B) | 160.25º | 0.96% | 0.32% | - |
| XYZ | 3.77 | 6.34 | 4.77 | - |
| YUV | 55.42 | 128.33 | 90.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 82 | 56 | 0.96 | 0 | 0.32 | 0.68 | 160.25 | 0.93 | 0.17 |
| Hex | 3 | 52 | 38 | 60 | 0 | 20 | 44 | A0 | 5D | 11 |
| Octal | 3 | 122 | 70 | 140 | 0 | 40 | 104 | 240 | 135 | 21 |
| Binary | 11 | 1010010 | 111000 | 1100000 | 0 | 100000 | 1000100 | 10100000 | 1011101 | 10001 |
Color Harmonies of #035238
Complementary color
Monochromatic Colors of #035238
Black with #035238
Text Example
Text Example
White with #035238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035238; }
p { color: rgb(3,82,56); }
H1.HeaderClassName
{
color: #035238;
}
.AnyTagClassName
{
color: #035238;
}
</style>
background-color css
<style>
a { background-color: #035238; }
a { background-color: rgb(3,82,56); }
div.DivClassName
{
background-color: #035238;
}
.BgClassName
{
background-color: #035238;
}
</style>
border-color css
<style>
span { border-color: #035238; }
span { border-color: rgb(3,82,56); }
td.TdClassName
{
border-color: #035238;
}
.TagClassName
{
border-color: #035238;
}
</style>