Shades of British Racing Green #06452B
Tints of British Racing Green #06452B
RGB
CMYK
RGB Variations
Color information
#06452B (or 0x06452B) is known color: British Racing Green. HEX triplet: 06, 45 and 2B. RGB value is (6,69,43). Sum of RGB (Red+Green+Blue) = 6+69+43=118 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.08% from 118); Green value is 69 (27.34% from 255 or 58.47% from 118); Blue value is 43 (17.19% from 255 or 36.44% from 118); Max value from RGB is 69 - color contains mainly: green. Hex color #06452B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06452B is #F9BAD4. Grayscale: #2F2F2F. Windows color (decimal): -16366293 or 2835718. OLE color: 2835718.
HSL color Cylindrical-coordinate representation of color #06452B: hue angle of 155.24º 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 #06452B is Cyan = 0.91, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 6 | 69 | 43 | - |
| CMYK | 0.91 | 0 | 0.38 | 0.73 |
| HSL | 155.24º | 0.84% | 0.15% | - |
| HSV(B) | 155.24º | 0.91% | 0.27% | - |
| XYZ | 2.64 | 4.47 | 3.01 | - |
| YUV | 47.2 | 125.63 | 98.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 69 | 43 | 0.91 | 0 | 0.38 | 0.73 | 155.24 | 0.84 | 0.15 |
| Hex | 6 | 45 | 2B | 5B | 0 | 26 | 49 | 9B | 54 | F |
| Octal | 6 | 105 | 53 | 133 | 0 | 46 | 111 | 233 | 124 | 17 |
| Binary | 110 | 1000101 | 101011 | 1011011 | 0 | 100110 | 1001001 | 10011011 | 1010100 | 1111 |
Color Harmonies of #06452B
Complementary color
Monochromatic Colors of #06452B
Black with #06452B
Text Example
Text Example
White with #06452B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06452B; }
p { color: rgb(6,69,43); }
H1.HeaderClassName
{
color: #06452B;
}
.AnyTagClassName
{
color: #06452B;
}
</style>
background-color css
<style>
a { background-color: #06452B; }
a { background-color: rgb(6,69,43); }
div.DivClassName
{
background-color: #06452B;
}
.BgClassName
{
background-color: #06452B;
}
</style>
border-color css
<style>
span { border-color: #06452B; }
span { border-color: rgb(6,69,43); }
td.TdClassName
{
border-color: #06452B;
}
.TagClassName
{
border-color: #06452B;
}
</style>