#01401D

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

Shades of British Racing Green #01401D

Tints of British Racing Green #01401D

Color information

#01401D (or 0x01401D) is unknown color: approx British Racing Green. HEX triplet: 01, 40 and 1D. RGB value is (1,64,29). Sum of RGB (Red+Green+Blue) = 1+64+29=94 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.06% from 94); Green value is 64 (25.39% from 255 or 68.09% from 94); Blue value is 29 (11.72% from 255 or 30.85% from 94); Max value from RGB is 64 - color contains mainly: green. Hex color #01401D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01401D is #FEBFE2. Grayscale: #292929. Windows color (decimal): -16695267 or 1916929. OLE color: 1916929.

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

Color convert

RGB16429-
CMYK0.9800.550.75
HSL146.67º96.92%12.75%-
HSV(B)146.67º98.44%25.1%-
XYZ2.073.761.78-
YUV41.17121.1399.35-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.06%
GREEN value IS 64 (25.39% from 255) = 68.09%
BLUE value IS 29 (11.72% from 255) = 30.85%
R=1.06%
G=68.09%
B=30.85%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal164290.9800.550.75146.6796.9212.75
Hex1401D620374B9361d
Octal11003514206711322314115
Binary11000000111011100010011011110010111001001111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01401D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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