Shades of British Racing Green #06452C
Tints of British Racing Green #06452C
RGB
CMYK
RGB Variations
Color information
#06452C (or 0x06452C) is known color: British Racing Green. HEX triplet: 06, 45 and 2C. RGB value is (6,69,44). Sum of RGB (Red+Green+Blue) = 6+69+44=119 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.04% from 119); Green value is 69 (27.34% from 255 or 57.98% from 119); Blue value is 44 (17.58% from 255 or 36.97% from 119); Max value from RGB is 69 - color contains mainly: green. Hex color #06452C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06452C is #F9BAD3. Grayscale: #2F2F2F. Windows color (decimal): -16366292 or 2901254. OLE color: 2901254.
HSL color Cylindrical-coordinate representation of color #06452C: hue angle of 156.19º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #06452C is Cyan = 0.91, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 6 | 69 | 44 | - |
| CMYK | 0.91 | 0 | 0.36 | 0.73 |
| HSL | 156.19º | 0.84% | 0.15% | - |
| HSV(B) | 156.19º | 0.91% | 0.27% | - |
| XYZ | 2.66 | 4.48 | 3.11 | - |
| YUV | 47.31 | 126.13 | 98.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 69 | 44 | 0.91 | 0 | 0.36 | 0.73 | 156.19 | 0.84 | 0.15 |
| Hex | 6 | 45 | 2C | 5B | 0 | 24 | 49 | 9C | 54 | F |
| Octal | 6 | 105 | 54 | 133 | 0 | 44 | 111 | 234 | 124 | 17 |
| Binary | 110 | 1000101 | 101100 | 1011011 | 0 | 100100 | 1001001 | 10011100 | 1010100 | 1111 |
Color Harmonies of #06452C
Complementary color
Monochromatic Colors of #06452C
Black with #06452C
Text Example
Text Example
White with #06452C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06452C; }
p { color: rgb(6,69,44); }
H1.HeaderClassName
{
color: #06452C;
}
.AnyTagClassName
{
color: #06452C;
}
</style>
background-color css
<style>
a { background-color: #06452C; }
a { background-color: rgb(6,69,44); }
div.DivClassName
{
background-color: #06452C;
}
.BgClassName
{
background-color: #06452C;
}
</style>
border-color css
<style>
span { border-color: #06452C; }
span { border-color: rgb(6,69,44); }
td.TdClassName
{
border-color: #06452C;
}
.TagClassName
{
border-color: #06452C;
}
</style>