#02401C

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

Shades of British Racing Green #02401C

Tints of British Racing Green #02401C

Color information

#02401C (or 0x02401C) is unknown color: approx British Racing Green. HEX triplet: 02, 40 and 1C. RGB value is (2,64,28). Sum of RGB (Red+Green+Blue) = 2+64+28=94 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.13% from 94); Green value is 64 (25.39% from 255 or 68.09% from 94); Blue value is 28 (11.33% from 255 or 29.79% from 94); Max value from RGB is 64 - color contains mainly: green. Hex color #02401C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02401C is #FDBFE3. Grayscale: #292929. Windows color (decimal): -16629732 or 1851394. OLE color: 1851394.

HSL color Cylindrical-coordinate representation of color #02401C: hue angle of 145.16º 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 #02401C is Cyan = 0.97, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.75.

Color convert

RGB26428-
CMYK0.9700.560.75
HSL145.16º93.94%12.94%-
HSV(B)145.16º96.88%25.1%-
XYZ2.073.761.72-
YUV41.36120.4699.93-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.13%
GREEN value IS 64 (25.39% from 255) = 68.09%
BLUE value IS 28 (11.33% from 255) = 29.79%
R=2.13%
G=68.09%
B=29.79%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal264280.9700.560.75145.1693.9412.94
Hex2401C610384B915ed
Octal21003414107011322113615
Binary101000000111001100001011100010010111001000110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02401C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02401C; }

 p { color: rgb(2,64,28); }

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

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

 a { background-color: rgb(2,64,28); }

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

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

 span { border-color: rgb(2,64,28); }

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