Shades of British Racing Green #034333
Tints of British Racing Green #034333
RGB
CMYK
RGB Variations
Color information
#034333 (or 0x034333) is known color: British Racing Green. HEX triplet: 03, 43 and 33. RGB value is (3,67,51). Sum of RGB (Red+Green+Blue) = 3+67+51=121 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.48% from 121); Green value is 67 (26.56% from 255 or 55.37% from 121); Blue value is 51 (20.31% from 255 or 42.15% from 121); Max value from RGB is 67 - color contains mainly: green. Hex color #034333 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034333 is #FCBCCC. Grayscale: #2E2E2E. Windows color (decimal): -16563405 or 3359491. OLE color: 3359491.
HSL color Cylindrical-coordinate representation of color #034333: hue angle of 165º degrees, saturation: 0.91, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #034333 is Cyan = 0.96, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 3 | 67 | 51 | - |
| CMYK | 0.96 | 0 | 0.24 | 0.74 |
| HSL | 165º | 0.91% | 0.14% | - |
| HSV(B) | 165º | 0.96% | 0.26% | - |
| XYZ | 2.64 | 4.27 | 3.82 | - |
| YUV | 46.04 | 130.8 | 97.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 67 | 51 | 0.96 | 0 | 0.24 | 0.74 | 165 | 0.91 | 0.14 |
| Hex | 3 | 43 | 33 | 60 | 0 | 18 | 4A | A5 | 5B | E |
| Octal | 3 | 103 | 63 | 140 | 0 | 30 | 112 | 245 | 133 | 16 |
| Binary | 11 | 1000011 | 110011 | 1100000 | 0 | 11000 | 1001010 | 10100101 | 1011011 | 1110 |
Color Harmonies of #034333
Complementary color
Monochromatic Colors of #034333
Black with #034333
Text Example
Text Example
White with #034333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034333; }
p { color: rgb(3,67,51); }
H1.HeaderClassName
{
color: #034333;
}
.AnyTagClassName
{
color: #034333;
}
</style>
background-color css
<style>
a { background-color: #034333; }
a { background-color: rgb(3,67,51); }
div.DivClassName
{
background-color: #034333;
}
.BgClassName
{
background-color: #034333;
}
</style>
border-color css
<style>
span { border-color: #034333; }
span { border-color: rgb(3,67,51); }
td.TdClassName
{
border-color: #034333;
}
.TagClassName
{
border-color: #034333;
}
</style>