#025314

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

Shades of British Racing Green #025314

Tints of British Racing Green #025314

Color information

#025314 (or 0x025314) is unknown color: approx British Racing Green. HEX triplet: 02, 53 and 14. RGB value is (2,83,20). Sum of RGB (Red+Green+Blue) = 2+83+20=105 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.90% from 105); Green value is 83 (32.81% from 255 or 79.05% from 105); Blue value is 20 (8.20% from 255 or 19.05% from 105); Max value from RGB is 83 - color contains mainly: green. Hex color #025314 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025314 is #FDACEB. Grayscale: #333333. Windows color (decimal): -16624876 or 1331970. OLE color: 1331970.

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

Color convert

RGB28320-
CMYK0.9800.760.67
HSL133.33º95.29%16.67%-
HSV(B)133.33º97.59%32.55%-
XYZ3.246.251.7-
YUV51.6110.1692.62-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.90%
GREEN value IS 83 (32.81% from 255) = 79.05%
BLUE value IS 20 (8.20% from 255) = 19.05%
R=1.90%
G=79.05%
B=19.05%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal283200.9800.760.67133.3395.2916.67
Hex253146204C43855f11
Octal212324142011410320513721
Binary10101001110100110001001001100100001110000101101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025314; }

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

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

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

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

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

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

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

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