#02411E

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

Shades of British Racing Green #02411E

Tints of British Racing Green #02411E

Color information

#02411E (or 0x02411E) is unknown color: approx British Racing Green. HEX triplet: 02, 41 and 1E. RGB value is (2,65,30). Sum of RGB (Red+Green+Blue) = 2+65+30=97 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.06% from 97); Green value is 65 (25.78% from 255 or 67.01% from 97); Blue value is 30 (12.11% from 255 or 30.93% from 97); Max value from RGB is 65 - color contains mainly: green. Hex color #02411E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02411E is #FDBEE1. Grayscale: #2A2A2A. Windows color (decimal): -16629474 or 1982722. OLE color: 1982722.

HSL color Cylindrical-coordinate representation of color #02411E: hue angle of 146.67º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02411E is Cyan = 0.97, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.75.

Color convert

RGB26530-
CMYK0.9700.540.75
HSL146.67º94.03%13.14%-
HSV(B)146.67º96.92%25.49%-
XYZ2.153.891.87-
YUV42.17121.1399.35-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.06%
GREEN value IS 65 (25.78% from 255) = 67.01%
BLUE value IS 30 (12.11% from 255) = 30.93%
R=2.06%
G=67.01%
B=30.93%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal265300.9700.540.75146.6794.0313.14
Hex2411E610364B935ed
Octal21013614106611322313615
Binary101000001111101100001011011010010111001001110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02411E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02411E; }

 p { color: rgb(2,65,30); }

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

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

 a { background-color: rgb(2,65,30); }

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

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

 span { border-color: rgb(2,65,30); }

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