#01491A

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

Shades of British Racing Green #01491A

Tints of British Racing Green #01491A

Color information

#01491A (or 0x01491A) is unknown color: approx British Racing Green. HEX triplet: 01, 49 and 1A. RGB value is (1,73,26). Sum of RGB (Red+Green+Blue) = 1+73+26=100 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1% from 100); Green value is 73 (28.91% from 255 or 73% from 100); Blue value is 26 (10.55% from 255 or 26% from 100); Max value from RGB is 73 - color contains mainly: green. Hex color #01491A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01491A is #FEB6E5. Grayscale: #2E2E2E. Windows color (decimal): -16692966 or 1722625. OLE color: 1722625.

HSL color Cylindrical-coordinate representation of color #01491A: hue angle of 140.83º 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 #01491A is Cyan = 0.99, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.71.

Color convert

RGB17326-
CMYK0.9900.640.71
HSL140.83º97.3%14.51%-
HSV(B)140.83º98.63%28.63%-
XYZ2.584.851.78-
YUV46.11116.6595.82-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1%
GREEN value IS 73 (28.91% from 255) = 73%
BLUE value IS 26 (10.55% from 255) = 26%
R=1%
G=73%
B=26%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal173260.9900.640.71140.8397.314.51
Hex1491A63040478d61f
Octal111132143010010721514117
Binary110010011101011000110100000010001111000110111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01491A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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