Shades of British Racing Green #0A452F
Tints of British Racing Green #0A452F
RGB
CMYK
RGB Variations
Color information
#0A452F (or 0x0A452F) is known color: British Racing Green. HEX triplet: 0A, 45 and 2F. RGB value is (10,69,47). Sum of RGB (Red+Green+Blue) = 10+69+47=126 (16% of max value = 765). Red value is 10 (4.30% from 255 or 7.94% from 126); Green value is 69 (27.34% from 255 or 54.76% from 126); Blue value is 47 (18.75% from 255 or 37.30% from 126); Max value from RGB is 69 - color contains mainly: green. Hex color #0A452F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A452F is #F5BAD0. Grayscale: #303030. Windows color (decimal): -16104145 or 3097866. OLE color: 3097866.
HSL color Cylindrical-coordinate representation of color #0A452F: hue angle of 157.63º degrees, saturation: 0.75, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A452F is Cyan = 0.86, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 10 | 69 | 47 | - |
| CMYK | 0.86 | 0 | 0.32 | 0.73 |
| HSL | 157.63º | 0.75% | 0.15% | - |
| HSV(B) | 157.63º | 0.86% | 0.27% | - |
| XYZ | 2.77 | 4.53 | 3.42 | - |
| YUV | 48.85 | 126.95 | 100.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 69 | 47 | 0.86 | 0 | 0.32 | 0.73 | 157.63 | 0.75 | 0.15 |
| Hex | A | 45 | 2F | 56 | 0 | 20 | 49 | 9E | 4B | F |
| Octal | 12 | 105 | 57 | 126 | 0 | 40 | 111 | 236 | 113 | 17 |
| Binary | 1010 | 1000101 | 101111 | 1010110 | 0 | 100000 | 1001001 | 10011110 | 1001011 | 1111 |
Color Harmonies of #0A452F
Complementary color
Monochromatic Colors of #0A452F
Black with #0A452F
Text Example
Text Example
White with #0A452F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A452F; }
p { color: rgb(10,69,47); }
H1.HeaderClassName
{
color: #0A452F;
}
.AnyTagClassName
{
color: #0A452F;
}
</style>
background-color css
<style>
a { background-color: #0A452F; }
a { background-color: rgb(10,69,47); }
div.DivClassName
{
background-color: #0A452F;
}
.BgClassName
{
background-color: #0A452F;
}
</style>
border-color css
<style>
span { border-color: #0A452F; }
span { border-color: rgb(10,69,47); }
td.TdClassName
{
border-color: #0A452F;
}
.TagClassName
{
border-color: #0A452F;
}
</style>