Html Css Color HEX #01491A British Racing Green

📋 copy color: '#01491A'

red 1 ◦ green 73 ◦ blue 26

#01491A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of British Racing Green #01491A

Tints of British Racing Green #01491A

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 value IS 0.99

 M value IS 0

 Y value IS 0.64

 K value IS 0.71

RGB Variations

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

Color information

#01491A (or 0x01491A) is known color: 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

RGB 1 73 26 -
CMYK 0.99 0 0.64 0.71
HSL 140.83º 0.97% 0.15% -
HSV(B) 140.83º 0.99% 0.29% -
XYZ 2.58 4.85 1.78 -
YUV 46.11 116.65 95.82 -
System Red Green Blue C M Y K H S L
Decimal 1 73 26 0.99 0 0.64 0.71 140.83 0.97 0.15
Hex 1 49 1A 63 0 40 47 8D 61 F
Octal 1 111 32 143 0 100 107 215 141 17
Binary 1 1001001 11010 1100011 0 1000000 1000111 10001101 1100001 1111

Color Harmonies of #01491A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01491A

Black with #01491A

Text Example


Text Example

White with #01491A

Text Example


Text Example

HTML Codes & Css Web 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>