Shades of British Racing Green #034B1C
Tints of British Racing Green #034B1C
RGB
CMYK
RGB Variations
Color information
#034B1C (or 0x034B1C) is known color: British Racing Green. HEX triplet: 03, 4B and 1C. RGB value is (3,75,28). Sum of RGB (Red+Green+Blue) = 3+75+28=106 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.83% from 106); Green value is 75 (29.69% from 255 or 70.75% from 106); Blue value is 28 (11.33% from 255 or 26.42% from 106); Max value from RGB is 75 - color contains mainly: green. Hex color #034B1C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034B1C is #FCB4E3. Grayscale: #303030. Windows color (decimal): -16561380 or 1854211. OLE color: 1854211.
HSL color Cylindrical-coordinate representation of color #034B1C: hue angle of 140.83º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034B1C is Cyan = 0.96, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.71.
Color convert
| RGB | 3 | 75 | 28 | - |
| CMYK | 0.96 | 0 | 0.63 | 0.71 |
| HSL | 140.83º | 0.92% | 0.15% | - |
| HSV(B) | 140.83º | 0.96% | 0.29% | - |
| XYZ | 2.76 | 5.14 | 1.94 | - |
| YUV | 48.11 | 116.65 | 95.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 75 | 28 | 0.96 | 0 | 0.63 | 0.71 | 140.83 | 0.92 | 0.15 |
| Hex | 3 | 4B | 1C | 60 | 0 | 3F | 47 | 8D | 5C | F |
| Octal | 3 | 113 | 34 | 140 | 0 | 77 | 107 | 215 | 134 | 17 |
| Binary | 11 | 1001011 | 11100 | 1100000 | 0 | 111111 | 1000111 | 10001101 | 1011100 | 1111 |
Color Harmonies of #034B1C
Complementary color
Monochromatic Colors of #034B1C
Black with #034B1C
Text Example
Text Example
White with #034B1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034B1C; }
p { color: rgb(3,75,28); }
H1.HeaderClassName
{
color: #034B1C;
}
.AnyTagClassName
{
color: #034B1C;
}
</style>
background-color css
<style>
a { background-color: #034B1C; }
a { background-color: rgb(3,75,28); }
div.DivClassName
{
background-color: #034B1C;
}
.BgClassName
{
background-color: #034B1C;
}
</style>
border-color css
<style>
span { border-color: #034B1C; }
span { border-color: rgb(3,75,28); }
td.TdClassName
{
border-color: #034B1C;
}
.TagClassName
{
border-color: #034B1C;
}
</style>