Shades of British Racing Green #033D2A
Tints of British Racing Green #033D2A
RGB
CMYK
RGB Variations
Color information
#033D2A (or 0x033D2A) is known color: British Racing Green. HEX triplet: 03, 3D and 2A. RGB value is (3,61,42). Sum of RGB (Red+Green+Blue) = 3+61+42=106 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.83% from 106); Green value is 61 (24.22% from 255 or 57.55% from 106); Blue value is 42 (16.80% from 255 or 39.62% from 106); Max value from RGB is 61 - color contains mainly: green. Hex color #033D2A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033D2A is #FCC2D5. Grayscale: #292929. Windows color (decimal): -16564950 or 2768131. OLE color: 2768131.
HSL color Cylindrical-coordinate representation of color #033D2A: hue angle of 160.34º 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 #033D2A is Cyan = 0.95, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 3 | 61 | 42 | - |
| CMYK | 0.95 | 0 | 0.31 | 0.76 |
| HSL | 160.34º | 0.91% | 0.13% | - |
| HSV(B) | 160.34º | 0.95% | 0.24% | - |
| XYZ | 2.12 | 3.52 | 2.76 | - |
| YUV | 41.49 | 128.28 | 100.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 61 | 42 | 0.95 | 0 | 0.31 | 0.76 | 160.34 | 0.91 | 0.13 |
| Hex | 3 | 3D | 2A | 5F | 0 | 1F | 4C | A0 | 5B | D |
| Octal | 3 | 75 | 52 | 137 | 0 | 37 | 114 | 240 | 133 | 15 |
| Binary | 11 | 111101 | 101010 | 1011111 | 0 | 11111 | 1001100 | 10100000 | 1011011 | 1101 |
Color Harmonies of #033D2A
Complementary color
Monochromatic Colors of #033D2A
Black with #033D2A
Text Example
Text Example
White with #033D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033D2A; }
p { color: rgb(3,61,42); }
H1.HeaderClassName
{
color: #033D2A;
}
.AnyTagClassName
{
color: #033D2A;
}
</style>
background-color css
<style>
a { background-color: #033D2A; }
a { background-color: rgb(3,61,42); }
div.DivClassName
{
background-color: #033D2A;
}
.BgClassName
{
background-color: #033D2A;
}
</style>
border-color css
<style>
span { border-color: #033D2A; }
span { border-color: rgb(3,61,42); }
td.TdClassName
{
border-color: #033D2A;
}
.TagClassName
{
border-color: #033D2A;
}
</style>