#02401B

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

Shades of British Racing Green #02401B

Tints of British Racing Green #02401B

Color information

#02401B (or 0x02401B) is unknown color: approx British Racing Green. HEX triplet: 02, 40 and 1B. RGB value is (2,64,27). Sum of RGB (Red+Green+Blue) = 2+64+27=93 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.15% from 93); Green value is 64 (25.39% from 255 or 68.82% from 93); Blue value is 27 (10.94% from 255 or 29.03% from 93); Max value from RGB is 64 - color contains mainly: green. Hex color #02401B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02401B is #FDBFE4. Grayscale: #292929. Windows color (decimal): -16629733 or 1785858. OLE color: 1785858.

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

Color convert

RGB26427-
CMYK0.9700.580.75
HSL144.19º93.94%12.94%-
HSV(B)144.19º96.88%25.1%-
XYZ2.063.761.65-
YUV41.24119.96100.01-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.15%
GREEN value IS 64 (25.39% from 255) = 68.82%
BLUE value IS 27 (10.94% from 255) = 29.03%
R=2.15%
G=68.82%
B=29.03%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal264270.9700.580.75144.1993.9412.94
Hex2401B6103A4B905ed
Octal21003314107211322013615
Binary101000000110111100001011101010010111001000010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02401B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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