#025110

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

Shades of British Racing Green #025110

Tints of British Racing Green #025110

Color information

#025110 (or 0x025110) is unknown color: approx British Racing Green. HEX triplet: 02, 51 and 10. RGB value is (2,81,16). Sum of RGB (Red+Green+Blue) = 2+81+16=99 (13% of max value = 765). Red value is 2 (1.17% from 255 or 2.02% from 99); Green value is 81 (32.03% from 255 or 81.82% from 99); Blue value is 16 (6.64% from 255 or 16.16% from 99); Max value from RGB is 81 - color contains mainly: green. Hex color #025110 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025110 is #FDAEEF. Grayscale: #323232. Windows color (decimal): -16625392 or 1069314. OLE color: 1069314.

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

Color convert

RGB28116-
CMYK0.9800.800.68
HSL130.63º95.18%16.27%-
HSV(B)130.63º97.53%31.76%-
XYZ3.065.941.47-
YUV49.97108.8393.79-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.02%
GREEN value IS 81 (32.03% from 255) = 81.82%
BLUE value IS 16 (6.64% from 255) = 16.16%
R=2.02%
G=81.82%
B=16.16%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal281160.9800.800.68130.6395.1816.27
Hex251106205044835f10
Octal212120142012010420313720
Binary10101000110000110001001010000100010010000011101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025110; }

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

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

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

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

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

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

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

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