Shades of British Racing Green #034434
Tints of British Racing Green #034434
RGB
CMYK
RGB Variations
Color information
#034434 (or 0x034434) is known color: British Racing Green. HEX triplet: 03, 44 and 34. RGB value is (3,68,52). Sum of RGB (Red+Green+Blue) = 3+68+52=123 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.44% from 123); Green value is 68 (26.95% from 255 or 55.28% from 123); Blue value is 52 (20.70% from 255 or 42.28% from 123); Max value from RGB is 68 - color contains mainly: green. Hex color #034434 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034434 is #FCBBCB. Grayscale: #2E2E2E. Windows color (decimal): -16563148 or 3425283. OLE color: 3425283.
HSL color Cylindrical-coordinate representation of color #034434: hue angle of 165.23º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034434 is Cyan = 0.96, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 3 | 68 | 52 | - |
| CMYK | 0.96 | 0 | 0.24 | 0.73 |
| HSL | 165.23º | 0.92% | 0.14% | - |
| HSV(B) | 165.23º | 0.96% | 0.27% | - |
| XYZ | 2.72 | 4.4 | 3.95 | - |
| YUV | 46.74 | 130.97 | 96.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 68 | 52 | 0.96 | 0 | 0.24 | 0.73 | 165.23 | 0.92 | 0.14 |
| Hex | 3 | 44 | 34 | 60 | 0 | 18 | 49 | A5 | 5C | E |
| Octal | 3 | 104 | 64 | 140 | 0 | 30 | 111 | 245 | 134 | 16 |
| Binary | 11 | 1000100 | 110100 | 1100000 | 0 | 11000 | 1001001 | 10100101 | 1011100 | 1110 |
Color Harmonies of #034434
Complementary color
Monochromatic Colors of #034434
Black with #034434
Text Example
Text Example
White with #034434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034434; }
p { color: rgb(3,68,52); }
H1.HeaderClassName
{
color: #034434;
}
.AnyTagClassName
{
color: #034434;
}
</style>
background-color css
<style>
a { background-color: #034434; }
a { background-color: rgb(3,68,52); }
div.DivClassName
{
background-color: #034434;
}
.BgClassName
{
background-color: #034434;
}
</style>
border-color css
<style>
span { border-color: #034434; }
span { border-color: rgb(3,68,52); }
td.TdClassName
{
border-color: #034434;
}
.TagClassName
{
border-color: #034434;
}
</style>