Shades of British Racing Green #003D2D
Tints of British Racing Green #003D2D
RGB
CMYK
RGB Variations
Color information
#003D2D (or 0x003D2D) is known color: British Racing Green. HEX triplet: 00, 3D and 2D. RGB value is (0,61,45). Sum of RGB (Red+Green+Blue) = 0+61+45=106 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 106); Green value is 61 (24.22% from 255 or 57.55% from 106); Blue value is 45 (17.97% from 255 or 42.45% from 106); Max value from RGB is 61 - color contains mainly: green. Hex color #003D2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003D2D is #FFC2D2. Grayscale: #282828. Windows color (decimal): -16761555 or 2964736. OLE color: 2964736.
HSL color Cylindrical-coordinate representation of color #003D2D: hue angle of 164.26º 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 #003D2D is Cyan = 1, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 0 | 61 | 45 | - |
| CMYK | 1 | 0 | 0.26 | 0.76 |
| HSL | 164.26º | 1% | 0.12% | - |
| HSV(B) | 164.26º | 1% | 0.24% | - |
| XYZ | 2.14 | 3.53 | 3.05 | - |
| YUV | 40.94 | 130.29 | 98.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 61 | 45 | 1 | 0 | 0.26 | 0.76 | 164.26 | 1 | 0.12 |
| Hex | 0 | 3D | 2D | 64 | 0 | 1A | 4C | A4 | 64 | C |
| Octal | 0 | 75 | 55 | 144 | 0 | 32 | 114 | 244 | 144 | 14 |
| Binary | 0 | 111101 | 101101 | 1100100 | 0 | 11010 | 1001100 | 10100100 | 1100100 | 1100 |
Color Harmonies of #003D2D
Complementary color
Monochromatic Colors of #003D2D
Black with #003D2D
Text Example
Text Example
White with #003D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003D2D; }
p { color: rgb(0,61,45); }
H1.HeaderClassName
{
color: #003D2D;
}
.AnyTagClassName
{
color: #003D2D;
}
</style>
background-color css
<style>
a { background-color: #003D2D; }
a { background-color: rgb(0,61,45); }
div.DivClassName
{
background-color: #003D2D;
}
.BgClassName
{
background-color: #003D2D;
}
</style>
border-color css
<style>
span { border-color: #003D2D; }
span { border-color: rgb(0,61,45); }
td.TdClassName
{
border-color: #003D2D;
}
.TagClassName
{
border-color: #003D2D;
}
</style>