#01421B

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

Shades of British Racing Green #01421B

Tints of British Racing Green #01421B

Color information

#01421B (or 0x01421B) is unknown color: approx British Racing Green. HEX triplet: 01, 42 and 1B. RGB value is (1,66,27). Sum of RGB (Red+Green+Blue) = 1+66+27=94 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.06% from 94); Green value is 66 (26.17% from 255 or 70.21% from 94); Blue value is 27 (10.94% from 255 or 28.72% from 94); Max value from RGB is 66 - color contains mainly: green. Hex color #01421B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01421B is #FEBDE4. Grayscale: #2A2A2A. Windows color (decimal): -16694757 or 1786369. OLE color: 1786369.

HSL color Cylindrical-coordinate representation of color #01421B: hue angle of 144º 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 #01421B is Cyan = 0.98, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.74.

Color convert

RGB16627-
CMYK0.9800.590.74
HSL144º97.01%13.14%-
HSV(B)144º98.48%25.88%-
XYZ2.163.981.69-
YUV42.12119.4798.67-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.06%
GREEN value IS 66 (26.17% from 255) = 70.21%
BLUE value IS 27 (10.94% from 255) = 28.72%
R=1.06%
G=70.21%
B=28.72%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal166270.9800.590.7414497.0113.14
Hex1421B6203B4A9061d
Octal11023314207311222014115
Binary11000010110111100010011101110010101001000011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01421B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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