#025120

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

Shades of British Racing Green #025120

Tints of British Racing Green #025120

Color information

#025120 (or 0x025120) is unknown color: approx British Racing Green. HEX triplet: 02, 51 and 20. RGB value is (2,81,32). Sum of RGB (Red+Green+Blue) = 2+81+32=115 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.74% from 115); Green value is 81 (32.03% from 255 or 70.43% from 115); Blue value is 32 (12.89% from 255 or 27.83% from 115); Max value from RGB is 81 - color contains mainly: green. Hex color #025120 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025120 is #FDAEDF. Grayscale: #333333. Windows color (decimal): -16625376 or 2117890. OLE color: 2117890.

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

Color convert

RGB28132-
CMYK0.9800.600.68
HSL142.78º95.18%16.27%-
HSV(B)142.78º97.53%31.76%-
XYZ3.2362.35-
YUV51.79116.8392.48-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.74%
GREEN value IS 81 (32.03% from 255) = 70.43%
BLUE value IS 32 (12.89% from 255) = 27.83%
R=1.74%
G=70.43%
B=27.83%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal281320.9800.600.68142.7895.1816.27
Hex251206203C448f5f10
Octal21214014207410421713720
Binary10101000110000011000100111100100010010001111101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025120

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025120; }

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

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

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

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

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

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

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

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