Shades of British Racing Green #08452E
Tints of British Racing Green #08452E
RGB
CMYK
RGB Variations
Color information
#08452E (or 0x08452E) is known color: British Racing Green. HEX triplet: 08, 45 and 2E. RGB value is (8,69,46). Sum of RGB (Red+Green+Blue) = 8+69+46=123 (16% of max value = 765). Red value is 8 (3.52% from 255 or 6.50% from 123); Green value is 69 (27.34% from 255 or 56.10% from 123); Blue value is 46 (18.36% from 255 or 37.40% from 123); Max value from RGB is 69 - color contains mainly: green. Hex color #08452E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #08452E is #F7BAD1. Grayscale: #303030. Windows color (decimal): -16235218 or 3032328. OLE color: 3032328.
HSL color Cylindrical-coordinate representation of color #08452E: hue angle of 157.38º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #08452E is Cyan = 0.88, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 8 | 69 | 46 | - |
| CMYK | 0.88 | 0 | 0.33 | 0.73 |
| HSL | 157.38º | 0.79% | 0.15% | - |
| HSV(B) | 157.38º | 0.88% | 0.27% | - |
| XYZ | 2.72 | 4.51 | 3.31 | - |
| YUV | 48.14 | 126.79 | 99.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 69 | 46 | 0.88 | 0 | 0.33 | 0.73 | 157.38 | 0.79 | 0.15 |
| Hex | 8 | 45 | 2E | 58 | 0 | 21 | 49 | 9D | 4F | F |
| Octal | 10 | 105 | 56 | 130 | 0 | 41 | 111 | 235 | 117 | 17 |
| Binary | 1000 | 1000101 | 101110 | 1011000 | 0 | 100001 | 1001001 | 10011101 | 1001111 | 1111 |
Color Harmonies of #08452E
Complementary color
Monochromatic Colors of #08452E
Black with #08452E
Text Example
Text Example
White with #08452E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08452E; }
p { color: rgb(8,69,46); }
H1.HeaderClassName
{
color: #08452E;
}
.AnyTagClassName
{
color: #08452E;
}
</style>
background-color css
<style>
a { background-color: #08452E; }
a { background-color: rgb(8,69,46); }
div.DivClassName
{
background-color: #08452E;
}
.BgClassName
{
background-color: #08452E;
}
</style>
border-color css
<style>
span { border-color: #08452E; }
span { border-color: rgb(8,69,46); }
td.TdClassName
{
border-color: #08452E;
}
.TagClassName
{
border-color: #08452E;
}
</style>