Shades of British Racing Green #03402C
Tints of British Racing Green #03402C
RGB
CMYK
RGB Variations
Color information
#03402C (or 0x03402C) is known color: British Racing Green. HEX triplet: 03, 40 and 2C. RGB value is (3,64,44). Sum of RGB (Red+Green+Blue) = 3+64+44=111 (14% of max value = 765). Red value is 3 (1.56% from 255 or 2.70% from 111); Green value is 64 (25.39% from 255 or 57.66% from 111); Blue value is 44 (17.58% from 255 or 39.64% from 111); Max value from RGB is 64 - color contains mainly: green. Hex color #03402C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03402C is #FCBFD3. Grayscale: #2B2B2B. Windows color (decimal): -16564180 or 2899971. OLE color: 2899971.
HSL color Cylindrical-coordinate representation of color #03402C: hue angle of 160.33º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #03402C is Cyan = 0.95, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 3 | 64 | 44 | - |
| CMYK | 0.95 | 0 | 0.31 | 0.75 |
| HSL | 160.33º | 0.91% | 0.13% | - |
| HSV(B) | 160.33º | 0.95% | 0.25% | - |
| XYZ | 2.33 | 3.87 | 3.01 | - |
| YUV | 43.48 | 128.29 | 99.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 64 | 44 | 0.95 | 0 | 0.31 | 0.75 | 160.33 | 0.91 | 0.13 |
| Hex | 3 | 40 | 2C | 5F | 0 | 1F | 4B | A0 | 5B | D |
| Octal | 3 | 100 | 54 | 137 | 0 | 37 | 113 | 240 | 133 | 15 |
| Binary | 11 | 1000000 | 101100 | 1011111 | 0 | 11111 | 1001011 | 10100000 | 1011011 | 1101 |
Color Harmonies of #03402C
Complementary color
Monochromatic Colors of #03402C
Black with #03402C
Text Example
Text Example
White with #03402C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03402C; }
p { color: rgb(3,64,44); }
H1.HeaderClassName
{
color: #03402C;
}
.AnyTagClassName
{
color: #03402C;
}
</style>
background-color css
<style>
a { background-color: #03402C; }
a { background-color: rgb(3,64,44); }
div.DivClassName
{
background-color: #03402C;
}
.BgClassName
{
background-color: #03402C;
}
</style>
border-color css
<style>
span { border-color: #03402C; }
span { border-color: rgb(3,64,44); }
td.TdClassName
{
border-color: #03402C;
}
.TagClassName
{
border-color: #03402C;
}
</style>