#025319

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

Shades of British Racing Green #025319

Tints of British Racing Green #025319

Color information

#025319 (or 0x025319) is unknown color: approx British Racing Green. HEX triplet: 02, 53 and 19. RGB value is (2,83,25). Sum of RGB (Red+Green+Blue) = 2+83+25=110 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.82% from 110); Green value is 83 (32.81% from 255 or 75.45% from 110); Blue value is 25 (10.16% from 255 or 22.73% from 110); Max value from RGB is 83 - color contains mainly: green. Hex color #025319 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025319 is #FDACE6. Grayscale: #343434. Windows color (decimal): -16624871 or 1659650. OLE color: 1659650.

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

Color convert

RGB28325-
CMYK0.9800.700.67
HSL137.04º95.29%16.67%-
HSV(B)137.04º97.59%32.55%-
XYZ3.296.271.96-
YUV52.17112.6692.22-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.82%
GREEN value IS 83 (32.81% from 255) = 75.45%
BLUE value IS 25 (10.16% from 255) = 22.73%
R=1.82%
G=75.45%
B=22.73%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal283250.9800.700.67137.0495.2916.67
Hex253196204643895f11
Octal212331142010610321113721
Binary10101001111001110001001000110100001110001001101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025319; }

 p { color: rgb(2,83,25); }

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

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

 a { background-color: rgb(2,83,25); }

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

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

 span { border-color: rgb(2,83,25); }

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