#025732

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

Shades of British Racing Green #025732

Tints of British Racing Green #025732

Color information

#025732 (or 0x025732) is unknown color: approx British Racing Green. HEX triplet: 02, 57 and 32. RGB value is (2,87,50). Sum of RGB (Red+Green+Blue) = 2+87+50=139 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.44% from 139); Green value is 87 (34.38% from 255 or 62.59% from 139); Blue value is 50 (19.92% from 255 or 35.97% from 139); Max value from RGB is 87 - color contains mainly: green. Hex color #025732 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025732 is #FDA8CD. Grayscale: #393939. Windows color (decimal): -16623822 or 3299074. OLE color: 3299074.

HSL color Cylindrical-coordinate representation of color #025732: hue angle of 153.88º 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 #025732 is Cyan = 0.98, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.66.

Color convert

RGB28750-
CMYK0.9800.430.66
HSL153.88º95.51%17.45%-
HSV(B)153.88º97.7%34.12%-
XYZ4.017.064.17-
YUV57.37123.8488.51-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.44%
GREEN value IS 87 (34.38% from 255) = 62.59%
BLUE value IS 50 (19.92% from 255) = 35.97%
R=1.44%
G=62.59%
B=35.97%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal287500.9800.430.66153.8895.5117.45
Hex257326202B429a6011
Octal21276214205310223214021
Binary10101011111001011000100101011100001010011010110000010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025732

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025732; }

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

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

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

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

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

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

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

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