Shades of British Racing Green #023D1B
Tints of British Racing Green #023D1B
RGB
CMYK
RGB Variations
Color information
#023D1B (or 0x023D1B) is known color: British Racing Green. HEX triplet: 02, 3D and 1B. RGB value is (2,61,27). Sum of RGB (Red+Green+Blue) = 2+61+27=90 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.22% from 90); Green value is 61 (24.22% from 255 or 67.78% from 90); Blue value is 27 (10.94% from 255 or 30% from 90); Max value from RGB is 61 - color contains mainly: green. Hex color #023D1B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023D1B is #FDC2E4. Grayscale: #272727. Windows color (decimal): -16630501 or 1785090. OLE color: 1785090.
HSL color Cylindrical-coordinate representation of color #023D1B: hue angle of 145.42º 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 #023D1B is Cyan = 0.97, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 2 | 61 | 27 | - |
| CMYK | 0.97 | 0 | 0.56 | 0.76 |
| HSL | 145.42º | 0.94% | 0.12% | - |
| HSV(B) | 145.42º | 0.97% | 0.24% | - |
| XYZ | 1.89 | 3.43 | 1.6 | - |
| YUV | 39.48 | 120.95 | 101.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 61 | 27 | 0.97 | 0 | 0.56 | 0.76 | 145.42 | 0.94 | 0.12 |
| Hex | 2 | 3D | 1B | 61 | 0 | 38 | 4C | 91 | 5E | C |
| Octal | 2 | 75 | 33 | 141 | 0 | 70 | 114 | 221 | 136 | 14 |
| Binary | 10 | 111101 | 11011 | 1100001 | 0 | 111000 | 1001100 | 10010001 | 1011110 | 1100 |
Color Harmonies of #023D1B
Complementary color
Monochromatic Colors of #023D1B
Black with #023D1B
Text Example
Text Example
White with #023D1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023D1B; }
p { color: rgb(2,61,27); }
H1.HeaderClassName
{
color: #023D1B;
}
.AnyTagClassName
{
color: #023D1B;
}
</style>
background-color css
<style>
a { background-color: #023D1B; }
a { background-color: rgb(2,61,27); }
div.DivClassName
{
background-color: #023D1B;
}
.BgClassName
{
background-color: #023D1B;
}
</style>
border-color css
<style>
span { border-color: #023D1B; }
span { border-color: rgb(2,61,27); }
td.TdClassName
{
border-color: #023D1B;
}
.TagClassName
{
border-color: #023D1B;
}
</style>