Shades of British Racing Green #034117
Tints of British Racing Green #034117
RGB
CMYK
RGB Variations
Color information
#034117 (or 0x034117) is known color: British Racing Green. HEX triplet: 03, 41 and 17. RGB value is (3,65,23). Sum of RGB (Red+Green+Blue) = 3+65+23=91 (12% of max value = 765). Red value is 3 (1.56% from 255 or 3.30% from 91); Green value is 65 (25.78% from 255 or 71.43% from 91); Blue value is 23 (9.38% from 255 or 25.27% from 91); Max value from RGB is 65 - color contains mainly: green. Hex color #034117 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #034117 is #FCBEE8. Grayscale: #292929. Windows color (decimal): -16563945 or 1523971. OLE color: 1523971.
HSL color Cylindrical-coordinate representation of color #034117: hue angle of 139.35º 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 #034117 is Cyan = 0.95, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 3 | 65 | 23 | - |
| CMYK | 0.95 | 0 | 0.65 | 0.75 |
| HSL | 139.35º | 0.91% | 0.13% | - |
| HSV(B) | 139.35º | 0.95% | 0.25% | - |
| XYZ | 2.08 | 3.86 | 1.45 | - |
| YUV | 41.67 | 117.46 | 100.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 65 | 23 | 0.95 | 0 | 0.65 | 0.75 | 139.35 | 0.91 | 0.13 |
| Hex | 3 | 41 | 17 | 5F | 0 | 41 | 4B | 8B | 5B | D |
| Octal | 3 | 101 | 27 | 137 | 0 | 101 | 113 | 213 | 133 | 15 |
| Binary | 11 | 1000001 | 10111 | 1011111 | 0 | 1000001 | 1001011 | 10001011 | 1011011 | 1101 |
Color Harmonies of #034117
Complementary color
Monochromatic Colors of #034117
Black with #034117
Text Example
Text Example
White with #034117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034117; }
p { color: rgb(3,65,23); }
H1.HeaderClassName
{
color: #034117;
}
.AnyTagClassName
{
color: #034117;
}
</style>
background-color css
<style>
a { background-color: #034117; }
a { background-color: rgb(3,65,23); }
div.DivClassName
{
background-color: #034117;
}
.BgClassName
{
background-color: #034117;
}
</style>
border-color css
<style>
span { border-color: #034117; }
span { border-color: rgb(3,65,23); }
td.TdClassName
{
border-color: #034117;
}
.TagClassName
{
border-color: #034117;
}
</style>