Shades of British Racing Green #004233
Tints of British Racing Green #004233
RGB
CMYK
RGB Variations
Color information
#004233 (or 0x004233) is known color: British Racing Green. HEX triplet: 00, 42 and 33. RGB value is (0,66,51). Sum of RGB (Red+Green+Blue) = 0+66+51=117 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 117); Green value is 66 (26.17% from 255 or 56.41% from 117); Blue value is 51 (20.31% from 255 or 43.59% from 117); Max value from RGB is 66 - color contains mainly: green. Hex color #004233 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #004233 is #FFBDCC. Grayscale: #2C2C2C. Windows color (decimal): -16760269 or 3359232. OLE color: 3359232.
HSL color Cylindrical-coordinate representation of color #004233: hue angle of 166.36º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #004233 is Cyan = 1, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.74.
Color convert
| RGB | 0 | 66 | 51 | - |
| CMYK | 1 | 0 | 0.23 | 0.74 |
| HSL | 166.36º | 1% | 0.13% | - |
| HSV(B) | 166.36º | 1% | 0.26% | - |
| XYZ | 2.55 | 4.14 | 3.8 | - |
| YUV | 44.56 | 131.63 | 96.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 66 | 51 | 1 | 0 | 0.23 | 0.74 | 166.36 | 1 | 0.13 |
| Hex | 0 | 42 | 33 | 64 | 0 | 17 | 4A | A6 | 64 | D |
| Octal | 0 | 102 | 63 | 144 | 0 | 27 | 112 | 246 | 144 | 15 |
| Binary | 0 | 1000010 | 110011 | 1100100 | 0 | 10111 | 1001010 | 10100110 | 1100100 | 1101 |
Color Harmonies of #004233
Complementary color
Monochromatic Colors of #004233
Black with #004233
Text Example
Text Example
White with #004233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #004233; }
p { color: rgb(0,66,51); }
H1.HeaderClassName
{
color: #004233;
}
.AnyTagClassName
{
color: #004233;
}
</style>
background-color css
<style>
a { background-color: #004233; }
a { background-color: rgb(0,66,51); }
div.DivClassName
{
background-color: #004233;
}
.BgClassName
{
background-color: #004233;
}
</style>
border-color css
<style>
span { border-color: #004233; }
span { border-color: rgb(0,66,51); }
td.TdClassName
{
border-color: #004233;
}
.TagClassName
{
border-color: #004233;
}
</style>