#025516

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

Shades of British Racing Green #025516

Tints of British Racing Green #025516

Color information

#025516 (or 0x025516) is unknown color: approx British Racing Green. HEX triplet: 02, 55 and 16. RGB value is (2,85,22). Sum of RGB (Red+Green+Blue) = 2+85+22=109 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.83% from 109); Green value is 85 (33.59% from 255 or 77.98% from 109); Blue value is 22 (8.98% from 255 or 20.18% from 109); Max value from RGB is 85 - color contains mainly: green. Hex color #025516 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025516 is #FDAAE9. Grayscale: #353535. Windows color (decimal): -16624362 or 1463554. OLE color: 1463554.

HSL color Cylindrical-coordinate representation of color #025516: hue angle of 134.46º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #025516 is Cyan = 0.98, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.67.

Color convert

RGB28522-
CMYK0.9800.740.67
HSL134.46º95.4%17.06%-
HSV(B)134.46º97.65%33.33%-
XYZ3.426.571.85-
YUV53110.591.62-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.83%
GREEN value IS 85 (33.59% from 255) = 77.98%
BLUE value IS 22 (8.98% from 255) = 20.18%
R=1.83%
G=77.98%
B=20.18%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal285220.9800.740.67134.4695.417.06
Hex255166204A43865f11
Octal212526142011210320613721
Binary10101010110110110001001001010100001110000110101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025516; }

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

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

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

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

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

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

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

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