Shades of British Racing Green #00452A
Tints of British Racing Green #00452A
RGB
CMYK
RGB Variations
Color information
#00452A (or 0x00452A) is known color: British Racing Green. HEX triplet: 00, 45 and 2A. RGB value is (0,69,42). Sum of RGB (Red+Green+Blue) = 0+69+42=111 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 111); Green value is 69 (27.34% from 255 or 62.16% from 111); Blue value is 42 (16.80% from 255 or 37.84% from 111); Max value from RGB is 69 - color contains mainly: green. Hex color #00452A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00452A is #FFBAD5. Grayscale: #2D2D2D. Windows color (decimal): -16759510 or 2770176. OLE color: 2770176.
HSL color Cylindrical-coordinate representation of color #00452A: hue angle of 156.52º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00452A is Cyan = 1, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.73.
Color convert
| RGB | 0 | 69 | 42 | - |
| CMYK | 1 | 0 | 0.39 | 0.73 |
| HSL | 156.52º | 1% | 0.14% | - |
| HSV(B) | 156.52º | 1% | 0.27% | - |
| XYZ | 2.55 | 4.42 | 2.91 | - |
| YUV | 45.29 | 126.14 | 95.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 69 | 42 | 1 | 0 | 0.39 | 0.73 | 156.52 | 1 | 0.14 |
| Hex | 0 | 45 | 2A | 64 | 0 | 27 | 49 | 9D | 64 | E |
| Octal | 0 | 105 | 52 | 144 | 0 | 47 | 111 | 235 | 144 | 16 |
| Binary | 0 | 1000101 | 101010 | 1100100 | 0 | 100111 | 1001001 | 10011101 | 1100100 | 1110 |
Color Harmonies of #00452A
Complementary color
Monochromatic Colors of #00452A
Black with #00452A
Text Example
Text Example
White with #00452A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00452A; }
p { color: rgb(0,69,42); }
H1.HeaderClassName
{
color: #00452A;
}
.AnyTagClassName
{
color: #00452A;
}
</style>
background-color css
<style>
a { background-color: #00452A; }
a { background-color: rgb(0,69,42); }
div.DivClassName
{
background-color: #00452A;
}
.BgClassName
{
background-color: #00452A;
}
</style>
border-color css
<style>
span { border-color: #00452A; }
span { border-color: rgb(0,69,42); }
td.TdClassName
{
border-color: #00452A;
}
.TagClassName
{
border-color: #00452A;
}
</style>