Shades of British Racing Green #023D2F
Tints of British Racing Green #023D2F
RGB
CMYK
RGB Variations
Color information
#023D2F (or 0x023D2F) is known color: British Racing Green. HEX triplet: 02, 3D and 2F. RGB value is (2,61,47). Sum of RGB (Red+Green+Blue) = 2+61+47=110 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.82% from 110); Green value is 61 (24.22% from 255 or 55.45% from 110); Blue value is 47 (18.75% from 255 or 42.73% from 110); Max value from RGB is 61 - color contains mainly: green. Hex color #023D2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023D2F is #FDC2D0. Grayscale: #292929. Windows color (decimal): -16630481 or 3095810. OLE color: 3095810.
HSL color Cylindrical-coordinate representation of color #023D2F: hue angle of 165.76º 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 #023D2F is Cyan = 0.97, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 2 | 61 | 47 | - |
| CMYK | 0.97 | 0 | 0.23 | 0.76 |
| HSL | 165.76º | 0.94% | 0.12% | - |
| HSV(B) | 165.76º | 0.97% | 0.24% | - |
| XYZ | 2.21 | 3.56 | 3.26 | - |
| YUV | 41.76 | 130.95 | 99.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 61 | 47 | 0.97 | 0 | 0.23 | 0.76 | 165.76 | 0.94 | 0.12 |
| Hex | 2 | 3D | 2F | 61 | 0 | 17 | 4C | A6 | 5E | C |
| Octal | 2 | 75 | 57 | 141 | 0 | 27 | 114 | 246 | 136 | 14 |
| Binary | 10 | 111101 | 101111 | 1100001 | 0 | 10111 | 1001100 | 10100110 | 1011110 | 1100 |
Color Harmonies of #023D2F
Complementary color
Monochromatic Colors of #023D2F
Black with #023D2F
Text Example
Text Example
White with #023D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023D2F; }
p { color: rgb(2,61,47); }
H1.HeaderClassName
{
color: #023D2F;
}
.AnyTagClassName
{
color: #023D2F;
}
</style>
background-color css
<style>
a { background-color: #023D2F; }
a { background-color: rgb(2,61,47); }
div.DivClassName
{
background-color: #023D2F;
}
.BgClassName
{
background-color: #023D2F;
}
</style>
border-color css
<style>
span { border-color: #023D2F; }
span { border-color: rgb(2,61,47); }
td.TdClassName
{
border-color: #023D2F;
}
.TagClassName
{
border-color: #023D2F;
}
</style>