Shades of British Racing Green #003D2A
Tints of British Racing Green #003D2A
RGB
CMYK
RGB Variations
Color information
#003D2A (or 0x003D2A) is known color: British Racing Green. HEX triplet: 00, 3D and 2A. RGB value is (0,61,42). Sum of RGB (Red+Green+Blue) = 0+61+42=103 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 103); Green value is 61 (24.22% from 255 or 59.22% from 103); Blue value is 42 (16.80% from 255 or 40.78% from 103); Max value from RGB is 61 - color contains mainly: green. Hex color #003D2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003D2A is #FFC2D5. Grayscale: #282828. Windows color (decimal): -16761558 or 2768128. OLE color: 2768128.
HSL color Cylindrical-coordinate representation of color #003D2A: hue angle of 161.31º 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 #003D2A is Cyan = 1, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 0 | 61 | 42 | - |
| CMYK | 1 | 0 | 0.31 | 0.76 |
| HSL | 161.31º | 1% | 0.12% | - |
| HSV(B) | 161.31º | 1% | 0.24% | - |
| XYZ | 2.09 | 3.5 | 2.76 | - |
| YUV | 40.6 | 128.79 | 99.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 61 | 42 | 1 | 0 | 0.31 | 0.76 | 161.31 | 1 | 0.12 |
| Hex | 0 | 3D | 2A | 64 | 0 | 1F | 4C | A1 | 64 | C |
| Octal | 0 | 75 | 52 | 144 | 0 | 37 | 114 | 241 | 144 | 14 |
| Binary | 0 | 111101 | 101010 | 1100100 | 0 | 11111 | 1001100 | 10100001 | 1100100 | 1100 |
Color Harmonies of #003D2A
Complementary color
Monochromatic Colors of #003D2A
Black with #003D2A
Text Example
Text Example
White with #003D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #003D2A; }
p { color: rgb(0,61,42); }
H1.HeaderClassName
{
color: #003D2A;
}
.AnyTagClassName
{
color: #003D2A;
}
</style>
background-color css
<style>
a { background-color: #003D2A; }
a { background-color: rgb(0,61,42); }
div.DivClassName
{
background-color: #003D2A;
}
.BgClassName
{
background-color: #003D2A;
}
</style>
border-color css
<style>
span { border-color: #003D2A; }
span { border-color: rgb(0,61,42); }
td.TdClassName
{
border-color: #003D2A;
}
.TagClassName
{
border-color: #003D2A;
}
</style>