#025411

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

Shades of British Racing Green #025411

Tints of British Racing Green #025411

Color information

#025411 (or 0x025411) is unknown color: approx British Racing Green. HEX triplet: 02, 54 and 11. RGB value is (2,84,17). Sum of RGB (Red+Green+Blue) = 2+84+17=103 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.94% from 103); Green value is 84 (33.20% from 255 or 81.55% from 103); Blue value is 17 (7.03% from 255 or 16.50% from 103); Max value from RGB is 84 - color contains mainly: green. Hex color #025411 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #025411 is #FDABEE. Grayscale: #343434. Windows color (decimal): -16624623 or 1135618. OLE color: 1135618.

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

Color convert

RGB28417-
CMYK0.9800.800.67
HSL130.98º95.35%16.86%-
HSV(B)130.98º97.62%32.94%-
XYZ3.36.391.59-
YUV51.84108.3392.45-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.94%
GREEN value IS 84 (33.20% from 255) = 81.55%
BLUE value IS 17 (7.03% from 255) = 16.50%
R=1.94%
G=81.55%
B=16.50%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal284170.9800.800.67130.9895.3516.86
Hex254116205043835f11
Octal212421142012010320313721
Binary10101010010001110001001010000100001110000011101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #025411

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #025411; }

 p { color: rgb(2,84,17); }

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

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

 a { background-color: rgb(2,84,17); }

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

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

 span { border-color: rgb(2,84,17); }

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