#01421E

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

Shades of British Racing Green #01421E

Tints of British Racing Green #01421E

Color information

#01421E (or 0x01421E) is unknown color: approx British Racing Green. HEX triplet: 01, 42 and 1E. RGB value is (1,66,30). Sum of RGB (Red+Green+Blue) = 1+66+30=97 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.03% from 97); Green value is 66 (26.17% from 255 or 68.04% from 97); Blue value is 30 (12.11% from 255 or 30.93% from 97); Max value from RGB is 66 - color contains mainly: green. Hex color #01421E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01421E is #FEBDE1. Grayscale: #2A2A2A. Windows color (decimal): -16694754 or 1982977. OLE color: 1982977.

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

Color convert

RGB16630-
CMYK0.9800.550.74
HSL146.77º97.01%13.14%-
HSV(B)146.77º98.48%25.88%-
XYZ2.241.88-
YUV42.46120.9798.43-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.03%
GREEN value IS 66 (26.17% from 255) = 68.04%
BLUE value IS 30 (12.11% from 255) = 30.93%
R=1.03%
G=68.04%
B=30.93%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal166300.9800.550.74146.7797.0113.14
Hex1421E620374A9361d
Octal11023614206711222314115
Binary11000010111101100010011011110010101001001111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01421E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01421E; }

 p { color: rgb(1,66,30); }

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

<style>
 a { background-color: #01421E; }

 a { background-color: rgb(1,66,30); }

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

<style>
 span { border-color: #01421E; }

 span { border-color: rgb(1,66,30); }

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