#025016

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

Shades of British Racing Green #025016

Tints of British Racing Green #025016

Color information

#025016 (or 0x025016) is unknown color: approx British Racing Green. HEX triplet: 02, 50 and 16. RGB value is (2,80,22). Sum of RGB (Red+Green+Blue) = 2+80+22=104 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.92% from 104); Green value is 80 (31.64% from 255 or 76.92% from 104); Blue value is 22 (8.98% from 255 or 21.15% from 104); Max value from RGB is 80 - color contains mainly: green. Hex color #025016 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025016 is #FDAFE9. Grayscale: #323232. Windows color (decimal): -16625642 or 1462274. OLE color: 1462274.

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

Color convert

RGB28022-
CMYK0.9800.720.69
HSL135.38º95.12%16.08%-
HSV(B)135.38º97.5%31.37%-
XYZ3.045.811.72-
YUV50.07112.1693.72-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.92%
GREEN value IS 80 (31.64% from 255) = 76.92%
BLUE value IS 22 (8.98% from 255) = 21.15%
R=1.92%
G=76.92%
B=21.15%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal280220.9800.720.69135.3895.1216.08
Hex250166204845875f10
Octal212026142011010520713720
Binary10101000010110110001001001000100010110000111101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025016; }

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

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

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

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

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

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

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

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