Html Css Color HEX #01491E British Racing Green

📋 copy color: '#01491E'

red 1 ◦ green 73 ◦ blue 30

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

Shades of British Racing Green #01491E

Tints of British Racing Green #01491E

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

 M value IS 0

 Y value IS 0.59

 K value IS 0.71

RGB Variations

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

Color information

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

RGB 1 73 30 -
CMYK 0.99 0 0.59 0.71
HSL 144.17º 0.97% 0.15% -
HSV(B) 144.17º 0.99% 0.29% -
XYZ 2.63 4.87 2.03 -
YUV 46.57 118.65 95.5 -
System Red Green Blue C M Y K H S L
Decimal 1 73 30 0.99 0 0.59 0.71 144.17 0.97 0.15
Hex 1 49 1E 63 0 3B 47 90 61 F
Octal 1 111 36 143 0 73 107 220 141 17
Binary 1 1001001 11110 1100011 0 111011 1000111 10010000 1100001 1111

Color Harmonies of #01491E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01491E

Black with #01491E

Text Example


Text Example

White with #01491E

Text Example


Text Example

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