#01411B

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

Shades of British Racing Green #01411B

Tints of British Racing Green #01411B

Color information

#01411B (or 0x01411B) is unknown color: approx British Racing Green. HEX triplet: 01, 41 and 1B. RGB value is (1,65,27). Sum of RGB (Red+Green+Blue) = 1+65+27=93 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.08% from 93); Green value is 65 (25.78% from 255 or 69.89% from 93); Blue value is 27 (10.94% from 255 or 29.03% from 93); Max value from RGB is 65 - color contains mainly: green. Hex color #01411B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01411B is #FEBEE4. Grayscale: #292929. Windows color (decimal): -16695013 or 1786113. OLE color: 1786113.

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

Color convert

RGB16527-
CMYK0.9800.580.75
HSL144.38º96.97%12.94%-
HSV(B)144.38º98.46%25.49%-
XYZ2.13.871.67-
YUV41.53119.899.09-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.08%
GREEN value IS 65 (25.78% from 255) = 69.89%
BLUE value IS 27 (10.94% from 255) = 29.03%
R=1.08%
G=69.89%
B=29.03%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal165270.9800.580.75144.3896.9712.94
Hex1411B6203A4B9061d
Octal11013314207211322014115
Binary11000001110111100010011101010010111001000011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01411B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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