Shades of British Racing Green #003D2F
Tints of British Racing Green #003D2F
RGB
CMYK
RGB Variations
Color information
#003D2F (or 0x003D2F) is known color: British Racing Green. HEX triplet: 00, 3D and 2F. RGB value is (0,61,47). Sum of RGB (Red+Green+Blue) = 0+61+47=108 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 108); Green value is 61 (24.22% from 255 or 56.48% from 108); Blue value is 47 (18.75% from 255 or 43.52% from 108); Max value from RGB is 61 - color contains mainly: green. Hex color #003D2F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003D2F is #FFC2D0. Grayscale: #292929. Windows color (decimal): -16761553 or 3095808. OLE color: 3095808.
HSL color Cylindrical-coordinate representation of color #003D2F: hue angle of 166.23º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003D2F is Cyan = 1, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 0 | 61 | 47 | - |
| CMYK | 1 | 0 | 0.23 | 0.76 |
| HSL | 166.23º | 1% | 0.12% | - |
| HSV(B) | 166.23º | 1% | 0.24% | - |
| XYZ | 2.18 | 3.54 | 3.26 | - |
| YUV | 41.17 | 131.29 | 98.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 61 | 47 | 1 | 0 | 0.23 | 0.76 | 166.23 | 1 | 0.12 |
| Hex | 0 | 3D | 2F | 64 | 0 | 17 | 4C | A6 | 64 | C |
| Octal | 0 | 75 | 57 | 144 | 0 | 27 | 114 | 246 | 144 | 14 |
| Binary | 0 | 111101 | 101111 | 1100100 | 0 | 10111 | 1001100 | 10100110 | 1100100 | 1100 |
Color Harmonies of #003D2F
Complementary color
Monochromatic Colors of #003D2F
Black with #003D2F
Text Example
Text Example
White with #003D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003D2F; }
p { color: rgb(0,61,47); }
H1.HeaderClassName
{
color: #003D2F;
}
.AnyTagClassName
{
color: #003D2F;
}
</style>
background-color css
<style>
a { background-color: #003D2F; }
a { background-color: rgb(0,61,47); }
div.DivClassName
{
background-color: #003D2F;
}
.BgClassName
{
background-color: #003D2F;
}
</style>
border-color css
<style>
span { border-color: #003D2F; }
span { border-color: rgb(0,61,47); }
td.TdClassName
{
border-color: #003D2F;
}
.TagClassName
{
border-color: #003D2F;
}
</style>