Shades of British Racing Green #00521B
Tints of British Racing Green #00521B
RGB
CMYK
RGB Variations
Color information
#00521B (or 0x00521B) is known color: British Racing Green. HEX triplet: 00, 52 and 1B. RGB value is (0,82,27). Sum of RGB (Red+Green+Blue) = 0+82+27=109 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 109); Green value is 82 (32.42% from 255 or 75.23% from 109); Blue value is 27 (10.94% from 255 or 24.77% from 109); Max value from RGB is 82 - color contains mainly: green. Hex color #00521B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00521B is #FFADE4. Grayscale: #333333. Windows color (decimal): -16756197 or 1790464. OLE color: 1790464.
HSL color Cylindrical-coordinate representation of color #00521B: hue angle of 139.76º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00521B is Cyan = 1, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 0 | 82 | 27 | - |
| CMYK | 1 | 0 | 0.67 | 0.68 |
| HSL | 139.76º | 1% | 0.16% | - |
| HSV(B) | 139.76º | 1% | 0.32% | - |
| XYZ | 3.22 | 6.11 | 2.05 | - |
| YUV | 51.21 | 114.33 | 91.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 82 | 27 | 1 | 0 | 0.67 | 0.68 | 139.76 | 1 | 0.16 |
| Hex | 0 | 52 | 1B | 64 | 0 | 43 | 44 | 8C | 64 | 10 |
| Octal | 0 | 122 | 33 | 144 | 0 | 103 | 104 | 214 | 144 | 20 |
| Binary | 0 | 1010010 | 11011 | 1100100 | 0 | 1000011 | 1000100 | 10001100 | 1100100 | 10000 |
Color Harmonies of #00521B
Complementary color
Monochromatic Colors of #00521B
Black with #00521B
Text Example
Text Example
White with #00521B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00521B; }
p { color: rgb(0,82,27); }
H1.HeaderClassName
{
color: #00521B;
}
.AnyTagClassName
{
color: #00521B;
}
</style>
background-color css
<style>
a { background-color: #00521B; }
a { background-color: rgb(0,82,27); }
div.DivClassName
{
background-color: #00521B;
}
.BgClassName
{
background-color: #00521B;
}
</style>
border-color css
<style>
span { border-color: #00521B; }
span { border-color: rgb(0,82,27); }
td.TdClassName
{
border-color: #00521B;
}
.TagClassName
{
border-color: #00521B;
}
</style>