Shades of British Racing Green #034015
Tints of British Racing Green #034015
RGB
CMYK
RGB Variations
Color information
#034015 (or 0x034015) is known color: British Racing Green. HEX triplet: 03, 40 and 15. RGB value is (3,64,21). Sum of RGB (Red+Green+Blue) = 3+64+21=88 (11% of max value = 765). Red value is 3 (1.56% from 255 or 3.41% from 88); Green value is 64 (25.39% from 255 or 72.73% from 88); Blue value is 21 (8.59% from 255 or 23.86% from 88); Max value from RGB is 64 - color contains mainly: green. Hex color #034015 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034015 is #FCBFEA. Grayscale: #282828. Windows color (decimal): -16564203 or 1392643. OLE color: 1392643.
HSL color Cylindrical-coordinate representation of color #034015: hue angle of 137.7º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #034015 is Cyan = 0.95, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 3 | 64 | 21 | - |
| CMYK | 0.95 | 0 | 0.67 | 0.75 |
| HSL | 137.7º | 0.91% | 0.13% | - |
| HSV(B) | 137.7º | 0.95% | 0.25% | - |
| XYZ | 2.01 | 3.74 | 1.33 | - |
| YUV | 40.86 | 116.79 | 101 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 64 | 21 | 0.95 | 0 | 0.67 | 0.75 | 137.7 | 0.91 | 0.13 |
| Hex | 3 | 40 | 15 | 5F | 0 | 43 | 4B | 8A | 5B | D |
| Octal | 3 | 100 | 25 | 137 | 0 | 103 | 113 | 212 | 133 | 15 |
| Binary | 11 | 1000000 | 10101 | 1011111 | 0 | 1000011 | 1001011 | 10001010 | 1011011 | 1101 |
Color Harmonies of #034015
Complementary color
Monochromatic Colors of #034015
Black with #034015
Text Example
Text Example
White with #034015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034015; }
p { color: rgb(3,64,21); }
H1.HeaderClassName
{
color: #034015;
}
.AnyTagClassName
{
color: #034015;
}
</style>
background-color css
<style>
a { background-color: #034015; }
a { background-color: rgb(3,64,21); }
div.DivClassName
{
background-color: #034015;
}
.BgClassName
{
background-color: #034015;
}
</style>
border-color css
<style>
span { border-color: #034015; }
span { border-color: rgb(3,64,21); }
td.TdClassName
{
border-color: #034015;
}
.TagClassName
{
border-color: #034015;
}
</style>