#01491E

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

Shades of British Racing Green #01491E

Tints of British Racing Green #01491E

Color information

#01491E (or 0x01491E) is unknown color: approx British Racing Green. HEX triplet: 01, 49 and 1E. RGB value is (1,73,30). Sum of RGB (Red+Green+Blue) = 1+73+30=104 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.96% from 104); Green value is 73 (28.91% from 255 or 70.19% from 104); Blue value is 30 (12.11% from 255 or 28.85% from 104); Max value from RGB is 73 - color contains mainly: green. Hex color #01491E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01491E is #FEB6E1. Grayscale: #2E2E2E. Windows color (decimal): -16692962 or 1984769. OLE color: 1984769.

HSL color Cylindrical-coordinate representation of color #01491E: hue angle of 144.17º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01491E is Cyan = 0.99, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.71.

Color convert

RGB17330-
CMYK0.9900.590.71
HSL144.17º97.3%14.51%-
HSV(B)144.17º98.63%28.63%-
XYZ2.634.872.03-
YUV46.57118.6595.5-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.96%
GREEN value IS 73 (28.91% from 255) = 70.19%
BLUE value IS 30 (12.11% from 255) = 28.85%
R=0.96%
G=70.19%
B=28.85%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal173300.9900.590.71144.1797.314.51
Hex1491E6303B479061f
Octal11113614307310722014117
Binary11001001111101100011011101110001111001000011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01491E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01491E; }

 p { color: rgb(1,73,30); }

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

<style>
 a { background-color: #01491E; }

 a { background-color: rgb(1,73,30); }

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

<style>
 span { border-color: #01491E; }

 span { border-color: rgb(1,73,30); }

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