Shades of British Racing Green #0A3E30
Tints of British Racing Green #0A3E30
RGB
CMYK
RGB Variations
Color information
#0A3E30 (or 0x0A3E30) is known color: British Racing Green. HEX triplet: 0A, 3E and 30. RGB value is (10,62,48). Sum of RGB (Red+Green+Blue) = 10+62+48=120 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.33% from 120); Green value is 62 (24.61% from 255 or 51.67% from 120); Blue value is 48 (19.14% from 255 or 40% from 120); Max value from RGB is 62 - color contains mainly: green. Hex color #0A3E30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3E30 is #F5C1CF. Grayscale: #2C2C2C. Windows color (decimal): -16105936 or 3161610. OLE color: 3161610.
HSL color Cylindrical-coordinate representation of color #0A3E30: hue angle of 163.85º degrees, saturation: 0.72, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #0A3E30 is Cyan = 0.84, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 10 | 62 | 48 | - |
| CMYK | 0.84 | 0 | 0.23 | 0.76 |
| HSL | 163.85º | 0.72% | 0.14% | - |
| HSV(B) | 163.85º | 0.84% | 0.24% | - |
| XYZ | 2.38 | 3.72 | 3.39 | - |
| YUV | 44.86 | 129.77 | 103.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 62 | 48 | 0.84 | 0 | 0.23 | 0.76 | 163.85 | 0.72 | 0.14 |
| Hex | A | 3E | 30 | 54 | 0 | 17 | 4C | A4 | 48 | E |
| Octal | 12 | 76 | 60 | 124 | 0 | 27 | 114 | 244 | 110 | 16 |
| Binary | 1010 | 111110 | 110000 | 1010100 | 0 | 10111 | 1001100 | 10100100 | 1001000 | 1110 |
Color Harmonies of #0A3E30
Complementary color
Monochromatic Colors of #0A3E30
Black with #0A3E30
Text Example
Text Example
White with #0A3E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3E30; }
p { color: rgb(10,62,48); }
H1.HeaderClassName
{
color: #0A3E30;
}
.AnyTagClassName
{
color: #0A3E30;
}
</style>
background-color css
<style>
a { background-color: #0A3E30; }
a { background-color: rgb(10,62,48); }
div.DivClassName
{
background-color: #0A3E30;
}
.BgClassName
{
background-color: #0A3E30;
}
</style>
border-color css
<style>
span { border-color: #0A3E30; }
span { border-color: rgb(10,62,48); }
td.TdClassName
{
border-color: #0A3E30;
}
.TagClassName
{
border-color: #0A3E30;
}
</style>