Shades of British Racing Green #065228
Tints of British Racing Green #065228
RGB
CMYK
RGB Variations
Color information
#065228 (or 0x065228) is known color: British Racing Green. HEX triplet: 06, 52 and 28. RGB value is (6,82,40). Sum of RGB (Red+Green+Blue) = 6+82+40=128 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.69% from 128); Green value is 82 (32.42% from 255 or 64.06% from 128); Blue value is 40 (16.02% from 255 or 31.25% from 128); Max value from RGB is 82 - color contains mainly: green. Hex color #065228 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #065228 is #F9ADD7. Grayscale: #363636. Windows color (decimal): -16362968 or 2642438. OLE color: 2642438.
HSL color Cylindrical-coordinate representation of color #065228: hue angle of 146.84º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #065228 is Cyan = 0.93, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 6 | 82 | 40 | - |
| CMYK | 0.93 | 0 | 0.51 | 0.68 |
| HSL | 146.84º | 0.86% | 0.17% | - |
| HSV(B) | 146.84º | 0.93% | 0.32% | - |
| XYZ | 3.48 | 6.23 | 3.03 | - |
| YUV | 54.49 | 119.82 | 93.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 82 | 40 | 0.93 | 0 | 0.51 | 0.68 | 146.84 | 0.86 | 0.17 |
| Hex | 6 | 52 | 28 | 5D | 0 | 33 | 44 | 93 | 56 | 11 |
| Octal | 6 | 122 | 50 | 135 | 0 | 63 | 104 | 223 | 126 | 21 |
| Binary | 110 | 1010010 | 101000 | 1011101 | 0 | 110011 | 1000100 | 10010011 | 1010110 | 10001 |
Color Harmonies of #065228
Complementary color
Monochromatic Colors of #065228
Black with #065228
Text Example
Text Example
White with #065228
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #065228; }
p { color: rgb(6,82,40); }
H1.HeaderClassName
{
color: #065228;
}
.AnyTagClassName
{
color: #065228;
}
</style>
background-color css
<style>
a { background-color: #065228; }
a { background-color: rgb(6,82,40); }
div.DivClassName
{
background-color: #065228;
}
.BgClassName
{
background-color: #065228;
}
</style>
border-color css
<style>
span { border-color: #065228; }
span { border-color: rgb(6,82,40); }
td.TdClassName
{
border-color: #065228;
}
.TagClassName
{
border-color: #065228;
}
</style>