#025730

Color #025730 British Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of British Racing Green #025730

Tints of British Racing Green #025730

Color information

#025730 (or 0x025730) is unknown color: approx British Racing Green. HEX triplet: 02, 57 and 30. RGB value is (2,87,48). Sum of RGB (Red+Green+Blue) = 2+87+48=137 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.46% from 137); Green value is 87 (34.38% from 255 or 63.50% from 137); Blue value is 48 (19.14% from 255 or 35.04% from 137); Max value from RGB is 87 - color contains mainly: green. Hex color #025730 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025730 is #FDA8CF. Grayscale: #393939. Windows color (decimal): -16623824 or 3168002. OLE color: 3168002.

HSL color Cylindrical-coordinate representation of color #025730: hue angle of 152.47º degrees, saturation: 0.96, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025730 is Cyan = 0.98, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.66.

Color convert

RGB28748-
CMYK0.9800.450.66
HSL152.47º95.51%17.45%-
HSV(B)152.47º97.7%34.12%-
XYZ3.977.043.95-
YUV57.14122.8488.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 2 (1.17% from 255) = 1.46%
GREEN value IS 87 (34.38% from 255) = 63.50%
BLUE value IS 48 (19.14% from 255) = 35.04%
R=1.46%
G=63.50%
B=35.04%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal287480.9800.450.66152.4795.5117.45
Hex257306202D42986011
Octal21276014205510223014021
Binary10101011111000011000100101101100001010011000110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025730; }

 p { color: rgb(2,87,48); }

 H1.HeaderClassName
 {
   color: #025730;
 }
 .AnyTagClassName
 {
   color: #025730;
 }
</style>
background-color css

<style>
 a { background-color: #025730; }

 a { background-color: rgb(2,87,48); }

 div.DivClassName
 {
   background-color: #025730;
 }
 .BgClassName
 {
   background-color: #025730;
 }
</style>
border-color css

<style>
 span { border-color: #025730; }

 span { border-color: rgb(2,87,48); }

 td.TdClassName
 {
   border-color: #025730;
 }
 .TagClassName
 {
   border-color: #025730;
 }
</style>