#025112

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

Shades of British Racing Green #025112

Tints of British Racing Green #025112

Color information

#025112 (or 0x025112) is unknown color: approx British Racing Green. HEX triplet: 02, 51 and 12. RGB value is (2,81,18). Sum of RGB (Red+Green+Blue) = 2+81+18=101 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.98% from 101); Green value is 81 (32.03% from 255 or 80.20% from 101); Blue value is 18 (7.42% from 255 or 17.82% from 101); Max value from RGB is 81 - color contains mainly: green. Hex color #025112 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025112 is #FDAEED. Grayscale: #323232. Windows color (decimal): -16625390 or 1200386. OLE color: 1200386.

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

Color convert

RGB28118-
CMYK0.9800.780.68
HSL132.15º95.18%16.27%-
HSV(B)132.15º97.53%31.76%-
XYZ3.085.941.56-
YUV50.2109.8393.62-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.98%
GREEN value IS 81 (32.03% from 255) = 80.20%
BLUE value IS 18 (7.42% from 255) = 17.82%
R=1.98%
G=80.20%
B=17.82%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal281180.9800.780.68132.1595.1816.27
Hex251126204E44845f10
Octal212122142011610420413720
Binary10101000110010110001001001110100010010000100101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025112; }

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

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

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

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

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

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

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

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