#02421D

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

Shades of British Racing Green #02421D

Tints of British Racing Green #02421D

Color information

#02421D (or 0x02421D) is unknown color: approx British Racing Green. HEX triplet: 02, 42 and 1D. RGB value is (2,66,29). Sum of RGB (Red+Green+Blue) = 2+66+29=97 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.06% from 97); Green value is 66 (26.17% from 255 or 68.04% from 97); Blue value is 29 (11.72% from 255 or 29.90% from 97); Max value from RGB is 66 - color contains mainly: green. Hex color #02421D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02421D is #FDBDE2. Grayscale: #2A2A2A. Windows color (decimal): -16629219 or 1917442. OLE color: 1917442.

HSL color Cylindrical-coordinate representation of color #02421D: hue angle of 145.31º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02421D is Cyan = 0.97, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.74.

Color convert

RGB26629-
CMYK0.9700.560.74
HSL145.31º94.12%13.33%-
HSV(B)145.31º96.97%25.88%-
XYZ2.241.82-
YUV42.65120.399.01-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.06%
GREEN value IS 66 (26.17% from 255) = 68.04%
BLUE value IS 29 (11.72% from 255) = 29.90%
R=2.06%
G=68.04%
B=29.90%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal266290.9700.560.74145.3194.1213.33
Hex2421D610384A915ed
Octal21023514107011222113615
Binary101000010111011100001011100010010101001000110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02421D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02421D; }

 p { color: rgb(2,66,29); }

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

<style>
 a { background-color: #02421D; }

 a { background-color: rgb(2,66,29); }

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

<style>
 span { border-color: #02421D; }

 span { border-color: rgb(2,66,29); }

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