Shades of British Racing Green #023D19
Tints of British Racing Green #023D19
RGB
CMYK
RGB Variations
Color information
#023D19 (or 0x023D19) is known color: British Racing Green. HEX triplet: 02, 3D and 19. RGB value is (2,61,25). Sum of RGB (Red+Green+Blue) = 2+61+25=88 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.27% from 88); Green value is 61 (24.22% from 255 or 69.32% from 88); Blue value is 25 (10.16% from 255 or 28.41% from 88); Max value from RGB is 61 - color contains mainly: green. Hex color #023D19 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023D19 is #FDC2E6. Grayscale: #272727. Windows color (decimal): -16630503 or 1654018. OLE color: 1654018.
HSL color Cylindrical-coordinate representation of color #023D19: hue angle of 143.39º 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 #023D19 is Cyan = 0.97, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 2 | 61 | 25 | - |
| CMYK | 0.97 | 0 | 0.59 | 0.76 |
| HSL | 143.39º | 0.94% | 0.12% | - |
| HSV(B) | 143.39º | 0.97% | 0.24% | - |
| XYZ | 1.87 | 3.42 | 1.48 | - |
| YUV | 39.26 | 119.95 | 101.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 61 | 25 | 0.97 | 0 | 0.59 | 0.76 | 143.39 | 0.94 | 0.12 |
| Hex | 2 | 3D | 19 | 61 | 0 | 3B | 4C | 8F | 5E | C |
| Octal | 2 | 75 | 31 | 141 | 0 | 73 | 114 | 217 | 136 | 14 |
| Binary | 10 | 111101 | 11001 | 1100001 | 0 | 111011 | 1001100 | 10001111 | 1011110 | 1100 |
Color Harmonies of #023D19
Complementary color
Monochromatic Colors of #023D19
Black with #023D19
Text Example
Text Example
White with #023D19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023D19; }
p { color: rgb(2,61,25); }
H1.HeaderClassName
{
color: #023D19;
}
.AnyTagClassName
{
color: #023D19;
}
</style>
background-color css
<style>
a { background-color: #023D19; }
a { background-color: rgb(2,61,25); }
div.DivClassName
{
background-color: #023D19;
}
.BgClassName
{
background-color: #023D19;
}
</style>
border-color css
<style>
span { border-color: #023D19; }
span { border-color: rgb(2,61,25); }
td.TdClassName
{
border-color: #023D19;
}
.TagClassName
{
border-color: #023D19;
}
</style>