#025018

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

Shades of British Racing Green #025018

Tints of British Racing Green #025018

Color information

#025018 (or 0x025018) is unknown color: approx British Racing Green. HEX triplet: 02, 50 and 18. RGB value is (2,80,24). Sum of RGB (Red+Green+Blue) = 2+80+24=106 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.89% from 106); Green value is 80 (31.64% from 255 or 75.47% from 106); Blue value is 24 (9.77% from 255 or 22.64% from 106); Max value from RGB is 80 - color contains mainly: green. Hex color #025018 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025018 is #FDAFE7. Grayscale: #323232. Windows color (decimal): -16625640 or 1593346. OLE color: 1593346.

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

Color convert

RGB28024-
CMYK0.9800.700.69
HSL136.92º95.12%16.08%-
HSV(B)136.92º97.5%31.37%-
XYZ3.065.821.83-
YUV50.29113.1693.55-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.89%
GREEN value IS 80 (31.64% from 255) = 75.47%
BLUE value IS 24 (9.77% from 255) = 22.64%
R=1.89%
G=75.47%
B=22.64%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal280240.9800.700.69136.9295.1216.08
Hex250186204645895f10
Octal212030142010610521113720
Binary10101000011000110001001000110100010110001001101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025018; }

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

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

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

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

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

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

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

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