Shades of British Racing Green #023819
Tints of British Racing Green #023819
RGB
CMYK
RGB Variations
Color information
#023819 (or 0x023819) is known color: British Racing Green. HEX triplet: 02, 38 and 19. RGB value is (2,56,25). Sum of RGB (Red+Green+Blue) = 2+56+25=83 (10% of max value = 765). Red value is 2 (1.17% from 255 or 2.41% from 83); Green value is 56 (22.27% from 255 or 67.47% from 83); Blue value is 25 (10.16% from 255 or 30.12% from 83); Max value from RGB is 56 - color contains mainly: green. Hex color #023819 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #023819 is #FDC7E6. Grayscale: #242424. Windows color (decimal): -16631783 or 1652738. OLE color: 1652738.
HSL color Cylindrical-coordinate representation of color #023819: hue angle of 145.56º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #023819 is Cyan = 0.96, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 2 | 56 | 25 | - |
| CMYK | 0.96 | 0 | 0.55 | 0.78 |
| HSL | 145.56º | 0.93% | 0.11% | - |
| HSV(B) | 145.56º | 0.96% | 0.22% | - |
| XYZ | 1.61 | 2.91 | 1.4 | - |
| YUV | 36.32 | 121.61 | 103.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 56 | 25 | 0.96 | 0 | 0.55 | 0.78 | 145.56 | 0.93 | 0.11 |
| Hex | 2 | 38 | 19 | 60 | 0 | 37 | 4E | 92 | 5D | B |
| Octal | 2 | 70 | 31 | 140 | 0 | 67 | 116 | 222 | 135 | 13 |
| Binary | 10 | 111000 | 11001 | 1100000 | 0 | 110111 | 1001110 | 10010010 | 1011101 | 1011 |
Color Harmonies of #023819
Complementary color
Monochromatic Colors of #023819
Black with #023819
Text Example
Text Example
White with #023819
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023819; }
p { color: rgb(2,56,25); }
H1.HeaderClassName
{
color: #023819;
}
.AnyTagClassName
{
color: #023819;
}
</style>
background-color css
<style>
a { background-color: #023819; }
a { background-color: rgb(2,56,25); }
div.DivClassName
{
background-color: #023819;
}
.BgClassName
{
background-color: #023819;
}
</style>
border-color css
<style>
span { border-color: #023819; }
span { border-color: rgb(2,56,25); }
td.TdClassName
{
border-color: #023819;
}
.TagClassName
{
border-color: #023819;
}
</style>