Shades of British Racing Green #034022
Tints of British Racing Green #034022
RGB
CMYK
RGB Variations
Color information
#034022 (or 0x034022) is known color: British Racing Green. HEX triplet: 03, 40 and 22. RGB value is (3,64,34). Sum of RGB (Red+Green+Blue) = 3+64+34=101 (13% of max value = 765). Red value is 3 (1.56% from 255 or 2.97% from 101); Green value is 64 (25.39% from 255 or 63.37% from 101); Blue value is 34 (13.67% from 255 or 33.66% from 101); Max value from RGB is 64 - color contains mainly: green. Hex color #034022 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #034022 is #FCBFDD. Grayscale: #2A2A2A. Windows color (decimal): -16564190 or 2244611. OLE color: 2244611.
HSL color Cylindrical-coordinate representation of color #034022: hue angle of 150.49º 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 #034022 is Cyan = 0.95, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 3 | 64 | 34 | - |
| CMYK | 0.95 | 0 | 0.47 | 0.75 |
| HSL | 150.49º | 0.91% | 0.13% | - |
| HSV(B) | 150.49º | 0.95% | 0.25% | - |
| XYZ | 2.16 | 3.8 | 2.13 | - |
| YUV | 42.34 | 123.29 | 99.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 64 | 34 | 0.95 | 0 | 0.47 | 0.75 | 150.49 | 0.91 | 0.13 |
| Hex | 3 | 40 | 22 | 5F | 0 | 2F | 4B | 96 | 5B | D |
| Octal | 3 | 100 | 42 | 137 | 0 | 57 | 113 | 226 | 133 | 15 |
| Binary | 11 | 1000000 | 100010 | 1011111 | 0 | 101111 | 1001011 | 10010110 | 1011011 | 1101 |
Color Harmonies of #034022
Complementary color
Monochromatic Colors of #034022
Black with #034022
Text Example
Text Example
White with #034022
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #034022; }
p { color: rgb(3,64,34); }
H1.HeaderClassName
{
color: #034022;
}
.AnyTagClassName
{
color: #034022;
}
</style>
background-color css
<style>
a { background-color: #034022; }
a { background-color: rgb(3,64,34); }
div.DivClassName
{
background-color: #034022;
}
.BgClassName
{
background-color: #034022;
}
</style>
border-color css
<style>
span { border-color: #034022; }
span { border-color: rgb(3,64,34); }
td.TdClassName
{
border-color: #034022;
}
.TagClassName
{
border-color: #034022;
}
</style>