#025125

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

Shades of British Racing Green #025125

Tints of British Racing Green #025125

Color information

#025125 (or 0x025125) is unknown color: approx British Racing Green. HEX triplet: 02, 51 and 25. RGB value is (2,81,37). Sum of RGB (Red+Green+Blue) = 2+81+37=120 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.67% from 120); Green value is 81 (32.03% from 255 or 67.5% from 120); Blue value is 37 (14.84% from 255 or 30.83% from 120); Max value from RGB is 81 - color contains mainly: green. Hex color #025125 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025125 is #FDAEDA. Grayscale: #343434. Windows color (decimal): -16625371 or 2445570. OLE color: 2445570.

HSL color Cylindrical-coordinate representation of color #025125: hue angle of 146.58º degrees, saturation: 0.95, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025125 is Cyan = 0.98, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.68.

Color convert

RGB28137-
CMYK0.9800.540.68
HSL146.58º95.18%16.27%-
HSV(B)146.58º97.53%31.76%-
XYZ3.36.032.74-
YUV52.36119.3392.08-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.67%
GREEN value IS 81 (32.03% from 255) = 67.5%
BLUE value IS 37 (14.84% from 255) = 30.83%
R=1.67%
G=67.5%
B=30.83%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal281370.9800.540.68146.5895.1816.27
Hex251256203644935f10
Octal21214514206610422313720
Binary10101000110010111000100110110100010010010011101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025125; }

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

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

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

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

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

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

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

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