#01421D

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

Shades of British Racing Green #01421D

Tints of British Racing Green #01421D

Color information

#01421D (or 0x01421D) is unknown color: approx British Racing Green. HEX triplet: 01, 42 and 1D. RGB value is (1,66,29). Sum of RGB (Red+Green+Blue) = 1+66+29=96 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.04% from 96); Green value is 66 (26.17% from 255 or 68.75% from 96); Blue value is 29 (11.72% from 255 or 30.21% from 96); Max value from RGB is 66 - color contains mainly: green. Hex color #01421D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01421D is #FEBDE2. Grayscale: #2A2A2A. Windows color (decimal): -16694755 or 1917441. OLE color: 1917441.

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

Color convert

RGB16629-
CMYK0.9800.560.74
HSL145.85º97.01%13.14%-
HSV(B)145.85º98.48%25.88%-
XYZ2.183.991.82-
YUV42.35120.4798.51-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.04%
GREEN value IS 66 (26.17% from 255) = 68.75%
BLUE value IS 29 (11.72% from 255) = 30.21%
R=1.04%
G=68.75%
B=30.21%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal166290.9800.560.74145.8597.0113.14
Hex1421D620384A9261d
Octal11023514207011222214115
Binary11000010111011100010011100010010101001001011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01421D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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