Shades of British Racing Green #035223
Tints of British Racing Green #035223
RGB
CMYK
RGB Variations
Color information
#035223 (or 0x035223) is known color: British Racing Green. HEX triplet: 03, 52 and 23. RGB value is (3,82,35). Sum of RGB (Red+Green+Blue) = 3+82+35=120 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.5% from 120); Green value is 82 (32.42% from 255 or 68.33% from 120); Blue value is 35 (14.06% from 255 or 29.17% from 120); Max value from RGB is 82 - color contains mainly: green. Hex color #035223 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #035223 is #FCADDC. Grayscale: #353535. Windows color (decimal): -16559581 or 2314755. OLE color: 2314755.
HSL color Cylindrical-coordinate representation of color #035223: hue angle of 144.3º 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 #035223 is Cyan = 0.96, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 3 | 82 | 35 | - |
| CMYK | 0.96 | 0 | 0.57 | 0.68 |
| HSL | 144.3º | 0.93% | 0.17% | - |
| HSV(B) | 144.3º | 0.96% | 0.32% | - |
| XYZ | 3.36 | 6.18 | 2.61 | - |
| YUV | 53.02 | 117.83 | 92.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 82 | 35 | 0.96 | 0 | 0.57 | 0.68 | 144.3 | 0.93 | 0.17 |
| Hex | 3 | 52 | 23 | 60 | 0 | 39 | 44 | 90 | 5D | 11 |
| Octal | 3 | 122 | 43 | 140 | 0 | 71 | 104 | 220 | 135 | 21 |
| Binary | 11 | 1010010 | 100011 | 1100000 | 0 | 111001 | 1000100 | 10010000 | 1011101 | 10001 |
Color Harmonies of #035223
Complementary color
Monochromatic Colors of #035223
Black with #035223
Text Example
Text Example
White with #035223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #035223; }
p { color: rgb(3,82,35); }
H1.HeaderClassName
{
color: #035223;
}
.AnyTagClassName
{
color: #035223;
}
</style>
background-color css
<style>
a { background-color: #035223; }
a { background-color: rgb(3,82,35); }
div.DivClassName
{
background-color: #035223;
}
.BgClassName
{
background-color: #035223;
}
</style>
border-color css
<style>
span { border-color: #035223; }
span { border-color: rgb(3,82,35); }
td.TdClassName
{
border-color: #035223;
}
.TagClassName
{
border-color: #035223;
}
</style>