Shades of British Racing Green #023C22
Tints of British Racing Green #023C22
RGB
CMYK
RGB Variations
Color information
#023C22 (or 0x023C22) is known color: British Racing Green. HEX triplet: 02, 3C and 22. RGB value is (2,60,34). Sum of RGB (Red+Green+Blue) = 2+60+34=96 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.08% from 96); Green value is 60 (23.83% from 255 or 62.5% from 96); Blue value is 34 (13.67% from 255 or 35.42% from 96); Max value from RGB is 60 - color contains mainly: green. Hex color #023C22 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023C22 is #FDC3DD. Grayscale: #272727. Windows color (decimal): -16630750 or 2243586. OLE color: 2243586.
HSL color Cylindrical-coordinate representation of color #023C22: hue angle of 153.1º degrees, saturation: 0.94, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #023C22 is Cyan = 0.97, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 2 | 60 | 34 | - |
| CMYK | 0.97 | 0 | 0.43 | 0.76 |
| HSL | 153.1º | 0.94% | 0.12% | - |
| HSV(B) | 153.1º | 0.97% | 0.24% | - |
| XYZ | 1.93 | 3.36 | 2.06 | - |
| YUV | 39.69 | 124.78 | 101.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 60 | 34 | 0.97 | 0 | 0.43 | 0.76 | 153.1 | 0.94 | 0.12 |
| Hex | 2 | 3C | 22 | 61 | 0 | 2B | 4C | 99 | 5E | C |
| Octal | 2 | 74 | 42 | 141 | 0 | 53 | 114 | 231 | 136 | 14 |
| Binary | 10 | 111100 | 100010 | 1100001 | 0 | 101011 | 1001100 | 10011001 | 1011110 | 1100 |
Color Harmonies of #023C22
Complementary color
Monochromatic Colors of #023C22
Black with #023C22
Text Example
Text Example
White with #023C22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023C22; }
p { color: rgb(2,60,34); }
H1.HeaderClassName
{
color: #023C22;
}
.AnyTagClassName
{
color: #023C22;
}
</style>
background-color css
<style>
a { background-color: #023C22; }
a { background-color: rgb(2,60,34); }
div.DivClassName
{
background-color: #023C22;
}
.BgClassName
{
background-color: #023C22;
}
</style>
border-color css
<style>
span { border-color: #023C22; }
span { border-color: rgb(2,60,34); }
td.TdClassName
{
border-color: #023C22;
}
.TagClassName
{
border-color: #023C22;
}
</style>