#025420

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

Shades of British Racing Green #025420

Tints of British Racing Green #025420

Color information

#025420 (or 0x025420) is unknown color: approx British Racing Green. HEX triplet: 02, 54 and 20. RGB value is (2,84,32). Sum of RGB (Red+Green+Blue) = 2+84+32=118 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.69% from 118); Green value is 84 (33.20% from 255 or 71.19% from 118); Blue value is 32 (12.89% from 255 or 27.12% from 118); Max value from RGB is 84 - color contains mainly: green. Hex color #025420 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #025420 is #FDABDF. Grayscale: #353535. Windows color (decimal): -16624608 or 2118658. OLE color: 2118658.

HSL color Cylindrical-coordinate representation of color #025420: hue angle of 141.95º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025420 is Cyan = 0.98, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.67.

Color convert

RGB28432-
CMYK0.9800.620.67
HSL141.95º95.35%16.86%-
HSV(B)141.95º97.62%32.94%-
XYZ3.466.462.43-
YUV53.55115.8391.23-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.69%
GREEN value IS 84 (33.20% from 255) = 71.19%
BLUE value IS 32 (12.89% from 255) = 27.12%
R=1.69%
G=71.19%
B=27.12%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal284320.9800.620.67141.9595.3516.86
Hex254206203E438e5f11
Octal21244014207610321613721
Binary10101010010000011000100111110100001110001110101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025420; }

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

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

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

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

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

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

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

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