#025113

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

Shades of British Racing Green #025113

Tints of British Racing Green #025113

Color information

#025113 (or 0x025113) is unknown color: approx British Racing Green. HEX triplet: 02, 51 and 13. RGB value is (2,81,19). Sum of RGB (Red+Green+Blue) = 2+81+19=102 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.96% from 102); Green value is 81 (32.03% from 255 or 79.41% from 102); Blue value is 19 (7.81% from 255 or 18.63% from 102); Max value from RGB is 81 - color contains mainly: green. Hex color #025113 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025113 is #FDAEEC. Grayscale: #323232. Windows color (decimal): -16625389 or 1265922. OLE color: 1265922.

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

Color convert

RGB28119-
CMYK0.9800.770.68
HSL132.91º95.18%16.27%-
HSV(B)132.91º97.53%31.76%-
XYZ3.095.941.6-
YUV50.31110.3393.54-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.96%
GREEN value IS 81 (32.03% from 255) = 79.41%
BLUE value IS 19 (7.81% from 255) = 18.63%
R=1.96%
G=79.41%
B=18.63%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal281190.9800.770.68132.9195.1816.27
Hex251136204D44855f10
Octal212123142011510420513720
Binary10101000110011110001001001101100010010000101101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025113; }

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

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

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

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

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

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

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

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