Shades of British Racing Green #0A3D2B
Tints of British Racing Green #0A3D2B
RGB
CMYK
RGB Variations
Color information
#0A3D2B (or 0x0A3D2B) is known color: British Racing Green. HEX triplet: 0A, 3D and 2B. RGB value is (10,61,43). Sum of RGB (Red+Green+Blue) = 10+61+43=114 (15% of max value = 765). Red value is 10 (4.30% from 255 or 8.77% from 114); Green value is 61 (24.22% from 255 or 53.51% from 114); Blue value is 43 (17.19% from 255 or 37.72% from 114); Max value from RGB is 61 - color contains mainly: green. Hex color #0A3D2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #0A3D2B is #F5C2D4. Grayscale: #2B2B2B. Windows color (decimal): -16106197 or 2833674. OLE color: 2833674.
HSL color Cylindrical-coordinate representation of color #0A3D2B: hue angle of 158.82º 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 #0A3D2B is Cyan = 0.84, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 10 | 61 | 43 | - |
| CMYK | 0.84 | 0 | 0.30 | 0.76 |
| HSL | 158.82º | 0.72% | 0.14% | - |
| HSV(B) | 158.82º | 0.84% | 0.24% | - |
| XYZ | 2.23 | 3.58 | 2.86 | - |
| YUV | 43.7 | 127.6 | 103.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 61 | 43 | 0.84 | 0 | 0.30 | 0.76 | 158.82 | 0.72 | 0.14 |
| Hex | A | 3D | 2B | 54 | 0 | 1E | 4C | 9F | 48 | E |
| Octal | 12 | 75 | 53 | 124 | 0 | 36 | 114 | 237 | 110 | 16 |
| Binary | 1010 | 111101 | 101011 | 1010100 | 0 | 11110 | 1001100 | 10011111 | 1001000 | 1110 |
Color Harmonies of #0A3D2B
Complementary color
Monochromatic Colors of #0A3D2B
Black with #0A3D2B
Text Example
Text Example
White with #0A3D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A3D2B; }
p { color: rgb(10,61,43); }
H1.HeaderClassName
{
color: #0A3D2B;
}
.AnyTagClassName
{
color: #0A3D2B;
}
</style>
background-color css
<style>
a { background-color: #0A3D2B; }
a { background-color: rgb(10,61,43); }
div.DivClassName
{
background-color: #0A3D2B;
}
.BgClassName
{
background-color: #0A3D2B;
}
</style>
border-color css
<style>
span { border-color: #0A3D2B; }
span { border-color: rgb(10,61,43); }
td.TdClassName
{
border-color: #0A3D2B;
}
.TagClassName
{
border-color: #0A3D2B;
}
</style>