Shades of British Racing Green #025324
Tints of British Racing Green #025324
RGB
CMYK
RGB Variations
Color information
#025324 (or 0x025324) is known color: British Racing Green. HEX triplet: 02, 53 and 24. RGB value is (2,83,36). Sum of RGB (Red+Green+Blue) = 2+83+36=121 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.65% from 121); Green value is 83 (32.81% from 255 or 68.60% from 121); Blue value is 36 (14.45% from 255 or 29.75% from 121); Max value from RGB is 83 - color contains mainly: green. Hex color #025324 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025324 is #FDACDB. Grayscale: #353535. Windows color (decimal): -16624860 or 2380546. OLE color: 2380546.
HSL color Cylindrical-coordinate representation of color #025324: hue angle of 145.19º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025324 is Cyan = 0.98, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 2 | 83 | 36 | - |
| CMYK | 0.98 | 0 | 0.57 | 0.67 |
| HSL | 145.19º | 0.95% | 0.17% | - |
| HSV(B) | 145.19º | 0.98% | 0.33% | - |
| XYZ | 3.44 | 6.33 | 2.71 | - |
| YUV | 53.42 | 118.16 | 91.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 83 | 36 | 0.98 | 0 | 0.57 | 0.67 | 145.19 | 0.95 | 0.17 |
| Hex | 2 | 53 | 24 | 62 | 0 | 39 | 43 | 91 | 5F | 11 |
| Octal | 2 | 123 | 44 | 142 | 0 | 71 | 103 | 221 | 137 | 21 |
| Binary | 10 | 1010011 | 100100 | 1100010 | 0 | 111001 | 1000011 | 10010001 | 1011111 | 10001 |
Color Harmonies of #025324
Complementary color
Monochromatic Colors of #025324
Black with #025324
Text Example
Text Example
White with #025324
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #025324; }
p { color: rgb(2,83,36); }
H1.HeaderClassName
{
color: #025324;
}
.AnyTagClassName
{
color: #025324;
}
</style>
background-color css
<style>
a { background-color: #025324; }
a { background-color: rgb(2,83,36); }
div.DivClassName
{
background-color: #025324;
}
.BgClassName
{
background-color: #025324;
}
</style>
border-color css
<style>
span { border-color: #025324; }
span { border-color: rgb(2,83,36); }
td.TdClassName
{
border-color: #025324;
}
.TagClassName
{
border-color: #025324;
}
</style>