#02412A

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

Shades of British Racing Green #02412A

Tints of British Racing Green #02412A

Color information

#02412A (or 0x02412A) is unknown color: approx British Racing Green. HEX triplet: 02, 41 and 2A. RGB value is (2,65,42). Sum of RGB (Red+Green+Blue) = 2+65+42=109 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.83% from 109); Green value is 65 (25.78% from 255 or 59.63% from 109); Blue value is 42 (16.80% from 255 or 38.53% from 109); Max value from RGB is 65 - color contains mainly: green. Hex color #02412A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02412A is #FDBED5. Grayscale: #2B2B2B. Windows color (decimal): -16629462 or 2769154. OLE color: 2769154.

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

Color convert

RGB26542-
CMYK0.9700.350.75
HSL158.1º94.03%13.14%-
HSV(B)158.1º96.92%25.49%-
XYZ2.333.962.83-
YUV43.54127.1398.37-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.83%
GREEN value IS 65 (25.78% from 255) = 59.63%
BLUE value IS 42 (16.80% from 255) = 38.53%
R=1.83%
G=59.63%
B=38.53%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal265420.9700.350.75158.194.0313.14
Hex2412A610234B9e5ed
Octal21015214104311323613615
Binary1010000011010101100001010001110010111001111010111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02412A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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