#01411D

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

Shades of British Racing Green #01411D

Tints of British Racing Green #01411D

Color information

#01411D (or 0x01411D) is unknown color: approx British Racing Green. HEX triplet: 01, 41 and 1D. RGB value is (1,65,29). Sum of RGB (Red+Green+Blue) = 1+65+29=95 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.05% from 95); Green value is 65 (25.78% from 255 or 68.42% from 95); Blue value is 29 (11.72% from 255 or 30.53% from 95); Max value from RGB is 65 - color contains mainly: green. Hex color #01411D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01411D is #FEBEE2. Grayscale: #292929. Windows color (decimal): -16695011 or 1917185. OLE color: 1917185.

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

Color convert

RGB16529-
CMYK0.9800.550.75
HSL146.25º96.97%12.94%-
HSV(B)146.25º98.46%25.49%-
XYZ2.123.881.8-
YUV41.76120.898.93-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.05%
GREEN value IS 65 (25.78% from 255) = 68.42%
BLUE value IS 29 (11.72% from 255) = 30.53%
R=1.05%
G=68.42%
B=30.53%

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
Decimal165290.9800.550.75146.2596.9712.94
Hex1411D620374B9261d
Octal11013514206711322214115
Binary11000001111011100010011011110010111001001011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01411D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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