#025625

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

Shades of British Racing Green #025625

Tints of British Racing Green #025625

Color information

#025625 (or 0x025625) is unknown color: approx British Racing Green. HEX triplet: 02, 56 and 25. RGB value is (2,86,37). Sum of RGB (Red+Green+Blue) = 2+86+37=125 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.6% from 125); Green value is 86 (33.98% from 255 or 68.8% from 125); Blue value is 37 (14.84% from 255 or 29.6% from 125); Max value from RGB is 86 - color contains mainly: green. Hex color #025625 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025625 is #FDA9DA. Grayscale: #373737. Windows color (decimal): -16624091 or 2446850. OLE color: 2446850.

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

Color convert

RGB28637-
CMYK0.9800.570.66
HSL145º95.45%17.25%-
HSV(B)145º97.67%33.73%-
XYZ3.696.82.87-
YUV55.3117.6789.98-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.6%
GREEN value IS 86 (33.98% from 255) = 68.8%
BLUE value IS 37 (14.84% from 255) = 29.6%
R=1.6%
G=68.8%
B=29.6%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal286370.9800.570.6614595.4517.25
Hex256256203942915f11
Octal21264514207110222113721
Binary10101011010010111000100111001100001010010001101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025625; }

 p { color: rgb(2,86,37); }

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

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

 a { background-color: rgb(2,86,37); }

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

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

 span { border-color: rgb(2,86,37); }

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