Shades of British Racing Green #074223
Tints of British Racing Green #074223
RGB
CMYK
RGB Variations
Color information
#074223 (or 0x074223) is known color: British Racing Green. HEX triplet: 07, 42 and 23. RGB value is (7,66,35). Sum of RGB (Red+Green+Blue) = 7+66+35=108 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.48% from 108); Green value is 66 (26.17% from 255 or 61.11% from 108); Blue value is 35 (14.06% from 255 or 32.41% from 108); Max value from RGB is 66 - color contains mainly: green. Hex color #074223 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #074223 is #F8BDDC. Grayscale: #2C2C2C. Windows color (decimal): -16301533 or 2310663. OLE color: 2310663.
HSL color Cylindrical-coordinate representation of color #074223: hue angle of 148.47º degrees, saturation: 0.81, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #074223 is Cyan = 0.89, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 7 | 66 | 35 | - |
| CMYK | 0.89 | 0 | 0.47 | 0.74 |
| HSL | 148.47º | 0.81% | 0.14% | - |
| HSV(B) | 148.47º | 0.89% | 0.26% | - |
| XYZ | 2.34 | 4.06 | 2.25 | - |
| YUV | 44.83 | 122.45 | 101.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 66 | 35 | 0.89 | 0 | 0.47 | 0.74 | 148.47 | 0.81 | 0.14 |
| Hex | 7 | 42 | 23 | 59 | 0 | 2F | 4A | 94 | 51 | E |
| Octal | 7 | 102 | 43 | 131 | 0 | 57 | 112 | 224 | 121 | 16 |
| Binary | 111 | 1000010 | 100011 | 1011001 | 0 | 101111 | 1001010 | 10010100 | 1010001 | 1110 |
Color Harmonies of #074223
Complementary color
Monochromatic Colors of #074223
Black with #074223
Text Example
Text Example
White with #074223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #074223; }
p { color: rgb(7,66,35); }
H1.HeaderClassName
{
color: #074223;
}
.AnyTagClassName
{
color: #074223;
}
</style>
background-color css
<style>
a { background-color: #074223; }
a { background-color: rgb(7,66,35); }
div.DivClassName
{
background-color: #074223;
}
.BgClassName
{
background-color: #074223;
}
</style>
border-color css
<style>
span { border-color: #074223; }
span { border-color: rgb(7,66,35); }
td.TdClassName
{
border-color: #074223;
}
.TagClassName
{
border-color: #074223;
}
</style>