Shades of British Racing Green #023D1A
Tints of British Racing Green #023D1A
RGB
CMYK
RGB Variations
Color information
#023D1A (or 0x023D1A) is known color: British Racing Green. HEX triplet: 02, 3D and 1A. RGB value is (2,61,26). Sum of RGB (Red+Green+Blue) = 2+61+26=89 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.25% from 89); Green value is 61 (24.22% from 255 or 68.54% from 89); Blue value is 26 (10.55% from 255 or 29.21% from 89); Max value from RGB is 61 - color contains mainly: green. Hex color #023D1A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023D1A is #FDC2E5. Grayscale: #272727. Windows color (decimal): -16630502 or 1719554. OLE color: 1719554.
HSL color Cylindrical-coordinate representation of color #023D1A: hue angle of 144.41º 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 #023D1A is Cyan = 0.97, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 2 | 61 | 26 | - |
| CMYK | 0.97 | 0 | 0.57 | 0.76 |
| HSL | 144.41º | 0.94% | 0.12% | - |
| HSV(B) | 144.41º | 0.97% | 0.24% | - |
| XYZ | 1.88 | 3.42 | 1.54 | - |
| YUV | 39.37 | 120.45 | 101.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 61 | 26 | 0.97 | 0 | 0.57 | 0.76 | 144.41 | 0.94 | 0.12 |
| Hex | 2 | 3D | 1A | 61 | 0 | 39 | 4C | 90 | 5E | C |
| Octal | 2 | 75 | 32 | 141 | 0 | 71 | 114 | 220 | 136 | 14 |
| Binary | 10 | 111101 | 11010 | 1100001 | 0 | 111001 | 1001100 | 10010000 | 1011110 | 1100 |
Color Harmonies of #023D1A
Complementary color
Monochromatic Colors of #023D1A
Black with #023D1A
Text Example
Text Example
White with #023D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023D1A; }
p { color: rgb(2,61,26); }
H1.HeaderClassName
{
color: #023D1A;
}
.AnyTagClassName
{
color: #023D1A;
}
</style>
background-color css
<style>
a { background-color: #023D1A; }
a { background-color: rgb(2,61,26); }
div.DivClassName
{
background-color: #023D1A;
}
.BgClassName
{
background-color: #023D1A;
}
</style>
border-color css
<style>
span { border-color: #023D1A; }
span { border-color: rgb(2,61,26); }
td.TdClassName
{
border-color: #023D1A;
}
.TagClassName
{
border-color: #023D1A;
}
</style>