Shades of British Racing Green #033D2C
Tints of British Racing Green #033D2C
RGB
CMYK
RGB Variations
Color information
#033D2C (or 0x033D2C) is known color: British Racing Green. HEX triplet: 03, 3D and 2C. RGB value is (3,61,44). Sum of RGB (Red+Green+Blue) = 3+61+44=108 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.78% from 108); Green value is 61 (24.22% from 255 or 56.48% from 108); Blue value is 44 (17.58% from 255 or 40.74% from 108); Max value from RGB is 61 - color contains mainly: green. Hex color #033D2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033D2C is #FCC2D3. Grayscale: #292929. Windows color (decimal): -16564948 or 2899203. OLE color: 2899203.
HSL color Cylindrical-coordinate representation of color #033D2C: hue angle of 162.41º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #033D2C is Cyan = 0.95, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 3 | 61 | 44 | - |
| CMYK | 0.95 | 0 | 0.28 | 0.76 |
| HSL | 162.41º | 0.91% | 0.13% | - |
| HSV(B) | 162.41º | 0.95% | 0.24% | - |
| XYZ | 2.16 | 3.54 | 2.95 | - |
| YUV | 41.72 | 129.28 | 100.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 61 | 44 | 0.95 | 0 | 0.28 | 0.76 | 162.41 | 0.91 | 0.13 |
| Hex | 3 | 3D | 2C | 5F | 0 | 1C | 4C | A2 | 5B | D |
| Octal | 3 | 75 | 54 | 137 | 0 | 34 | 114 | 242 | 133 | 15 |
| Binary | 11 | 111101 | 101100 | 1011111 | 0 | 11100 | 1001100 | 10100010 | 1011011 | 1101 |
Color Harmonies of #033D2C
Complementary color
Monochromatic Colors of #033D2C
Black with #033D2C
Text Example
Text Example
White with #033D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033D2C; }
p { color: rgb(3,61,44); }
H1.HeaderClassName
{
color: #033D2C;
}
.AnyTagClassName
{
color: #033D2C;
}
</style>
background-color css
<style>
a { background-color: #033D2C; }
a { background-color: rgb(3,61,44); }
div.DivClassName
{
background-color: #033D2C;
}
.BgClassName
{
background-color: #033D2C;
}
</style>
border-color css
<style>
span { border-color: #033D2C; }
span { border-color: rgb(3,61,44); }
td.TdClassName
{
border-color: #033D2C;
}
.TagClassName
{
border-color: #033D2C;
}
</style>