Shades of British Racing Green #025435
Tints of British Racing Green #025435
RGB
CMYK
RGB Variations
Color information
#025435 (or 0x025435) is known color: British Racing Green. HEX triplet: 02, 54 and 35. RGB value is (2,84,53). Sum of RGB (Red+Green+Blue) = 2+84+53=139 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.44% from 139); Green value is 84 (33.20% from 255 or 60.43% from 139); Blue value is 53 (21.09% from 255 or 38.13% from 139); Max value from RGB is 84 - color contains mainly: green. Hex color #025435 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025435 is #FDABCA. Grayscale: #373737. Windows color (decimal): -16624587 or 3494914. OLE color: 3494914.
HSL color Cylindrical-coordinate representation of color #025435: hue angle of 157.32º 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 #025435 is Cyan = 0.98, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 2 | 84 | 53 | - |
| CMYK | 0.98 | 0 | 0.37 | 0.67 |
| HSL | 157.32º | 0.95% | 0.17% | - |
| HSV(B) | 157.32º | 0.98% | 0.33% | - |
| XYZ | 3.84 | 6.61 | 4.44 | - |
| YUV | 55.95 | 126.33 | 89.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 84 | 53 | 0.98 | 0 | 0.37 | 0.67 | 157.32 | 0.95 | 0.17 |
| Hex | 2 | 54 | 35 | 62 | 0 | 25 | 43 | 9D | 5F | 11 |
| Octal | 2 | 124 | 65 | 142 | 0 | 45 | 103 | 235 | 137 | 21 |
| Binary | 10 | 1010100 | 110101 | 1100010 | 0 | 100101 | 1000011 | 10011101 | 1011111 | 10001 |
Color Harmonies of #025435
Complementary color
Monochromatic Colors of #025435
Black with #025435
Text Example
Text Example
White with #025435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #025435; }
p { color: rgb(2,84,53); }
H1.HeaderClassName
{
color: #025435;
}
.AnyTagClassName
{
color: #025435;
}
</style>
background-color css
<style>
a { background-color: #025435; }
a { background-color: rgb(2,84,53); }
div.DivClassName
{
background-color: #025435;
}
.BgClassName
{
background-color: #025435;
}
</style>
border-color css
<style>
span { border-color: #025435; }
span { border-color: rgb(2,84,53); }
td.TdClassName
{
border-color: #025435;
}
.TagClassName
{
border-color: #025435;
}
</style>