#025019

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

Shades of British Racing Green #025019

Tints of British Racing Green #025019

Color information

#025019 (or 0x025019) is unknown color: approx British Racing Green. HEX triplet: 02, 50 and 19. RGB value is (2,80,25). Sum of RGB (Red+Green+Blue) = 2+80+25=107 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.87% from 107); Green value is 80 (31.64% from 255 or 74.77% from 107); Blue value is 25 (10.16% from 255 or 23.36% from 107); Max value from RGB is 80 - color contains mainly: green. Hex color #025019 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025019 is #FDAFE6. Grayscale: #323232. Windows color (decimal): -16625639 or 1658882. OLE color: 1658882.

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

Color convert

RGB28025-
CMYK0.9800.690.69
HSL137.69º95.12%16.08%-
HSV(B)137.69º97.5%31.37%-
XYZ3.075.821.88-
YUV50.41113.6693.47-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.87%
GREEN value IS 80 (31.64% from 255) = 74.77%
BLUE value IS 25 (10.16% from 255) = 23.36%
R=1.87%
G=74.77%
B=23.36%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal280250.9800.690.69137.6995.1216.08
Hex2501962045458a5f10
Octal212031142010510521213720
Binary10101000011001110001001000101100010110001010101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025019; }

 p { color: rgb(2,80,25); }

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

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

 a { background-color: rgb(2,80,25); }

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

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

 span { border-color: rgb(2,80,25); }

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