Shades of British Racing Green #003C22
Tints of British Racing Green #003C22
RGB
CMYK
RGB Variations
Color information
#003C22 (or 0x003C22) is known color: British Racing Green. HEX triplet: 00, 3C and 22. RGB value is (0,60,34). Sum of RGB (Red+Green+Blue) = 0+60+34=94 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 94); Green value is 60 (23.83% from 255 or 63.83% from 94); Blue value is 34 (13.67% from 255 or 36.17% from 94); Max value from RGB is 60 - color contains mainly: green. Hex color #003C22 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003C22 is #FFC3DD. Grayscale: #272727. Windows color (decimal): -16761822 or 2243584. OLE color: 2243584.
HSL color Cylindrical-coordinate representation of color #003C22: hue angle of 154º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003C22 is Cyan = 1, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 0 | 60 | 34 | - |
| CMYK | 1 | 0 | 0.43 | 0.76 |
| HSL | 154º | 1% | 0.12% | - |
| HSV(B) | 154º | 1% | 0.24% | - |
| XYZ | 1.9 | 3.35 | 2.06 | - |
| YUV | 39.1 | 125.12 | 100.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 60 | 34 | 1 | 0 | 0.43 | 0.76 | 154 | 1 | 0.12 |
| Hex | 0 | 3C | 22 | 64 | 0 | 2B | 4C | 9A | 64 | C |
| Octal | 0 | 74 | 42 | 144 | 0 | 53 | 114 | 232 | 144 | 14 |
| Binary | 0 | 111100 | 100010 | 1100100 | 0 | 101011 | 1001100 | 10011010 | 1100100 | 1100 |
Color Harmonies of #003C22
Complementary color
Monochromatic Colors of #003C22
Black with #003C22
Text Example
Text Example
White with #003C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003C22; }
p { color: rgb(0,60,34); }
H1.HeaderClassName
{
color: #003C22;
}
.AnyTagClassName
{
color: #003C22;
}
</style>
background-color css
<style>
a { background-color: #003C22; }
a { background-color: rgb(0,60,34); }
div.DivClassName
{
background-color: #003C22;
}
.BgClassName
{
background-color: #003C22;
}
</style>
border-color css
<style>
span { border-color: #003C22; }
span { border-color: rgb(0,60,34); }
td.TdClassName
{
border-color: #003C22;
}
.TagClassName
{
border-color: #003C22;
}
</style>