#025313

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

Shades of British Racing Green #025313

Tints of British Racing Green #025313

Color information

#025313 (or 0x025313) is unknown color: approx British Racing Green. HEX triplet: 02, 53 and 13. RGB value is (2,83,19). Sum of RGB (Red+Green+Blue) = 2+83+19=104 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.92% from 104); Green value is 83 (32.81% from 255 or 79.81% from 104); Blue value is 19 (7.81% from 255 or 18.27% from 104); Max value from RGB is 83 - color contains mainly: green. Hex color #025313 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025313 is #FDACEC. Grayscale: #333333. Windows color (decimal): -16624877 or 1266434. OLE color: 1266434.

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

Color convert

RGB28319-
CMYK0.9800.770.67
HSL132.59º95.29%16.67%-
HSV(B)132.59º97.59%32.55%-
XYZ3.246.251.65-
YUV51.48109.6692.7-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.92%
GREEN value IS 83 (32.81% from 255) = 79.81%
BLUE value IS 19 (7.81% from 255) = 18.27%
R=1.92%
G=79.81%
B=18.27%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal283190.9800.770.67132.5995.2916.67
Hex253136204D43855f11
Octal212323142011510320513721
Binary10101001110011110001001001101100001110000101101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025313

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025313; }

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

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

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

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

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

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

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

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