#02401A

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

Shades of British Racing Green #02401A

Tints of British Racing Green #02401A

Color information

#02401A (or 0x02401A) is unknown color: approx British Racing Green. HEX triplet: 02, 40 and 1A. RGB value is (2,64,26). Sum of RGB (Red+Green+Blue) = 2+64+26=92 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.17% from 92); Green value is 64 (25.39% from 255 or 69.57% from 92); Blue value is 26 (10.55% from 255 or 28.26% from 92); Max value from RGB is 64 - color contains mainly: green. Hex color #02401A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02401A is #FDBFE5. Grayscale: #292929. Windows color (decimal): -16629734 or 1720322. OLE color: 1720322.

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

Color convert

RGB26426-
CMYK0.9700.590.75
HSL143.23º93.94%12.94%-
HSV(B)143.23º96.88%25.1%-
XYZ2.043.751.59-
YUV41.13119.46100.09-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.17%
GREEN value IS 64 (25.39% from 255) = 69.57%
BLUE value IS 26 (10.55% from 255) = 28.26%
R=2.17%
G=69.57%
B=28.26%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal264260.9700.590.75143.2393.9412.94
Hex2401A6103B4B8f5ed
Octal21003214107311321713615
Binary101000000110101100001011101110010111000111110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02401A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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