Html Css Color HEX #01491D British Racing Green

📋 copy color: '#01491D'

red 1 ◦ green 73 ◦ blue 29

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

Shades of British Racing Green #01491D

Tints of British Racing Green #01491D

RGB

 RED value IS 1 (0.78% from 255) = 0.97%

 GREEN value IS 73 (28.91% from 255) = 70.87%

 BLUE value IS 29 (11.72% from 255) = 28.16%

R = 0.97%
G = 70.87%
B = 28.16%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.60

 K value IS 0.71

RGB Variations

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

Color information

#01491D (or 0x01491D) is known color: British Racing Green. HEX triplet: 01, 49 and 1D. RGB value is (1,73,29). Sum of RGB (Red+Green+Blue) = 1+73+29=103 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.97% from 103); Green value is 73 (28.91% from 255 or 70.87% from 103); Blue value is 29 (11.72% from 255 or 28.16% from 103); Max value from RGB is 73 - color contains mainly: green. Hex color #01491D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01491D is #FEB6E2. Grayscale: #2E2E2E. Windows color (decimal): -16692963 or 1919233. OLE color: 1919233.

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

Color convert

RGB 1 73 29 -
CMYK 0.99 0 0.60 0.71
HSL 143.33º 0.97% 0.15% -
HSV(B) 143.33º 0.99% 0.29% -
XYZ 2.62 4.86 1.96 -
YUV 46.46 118.15 95.58 -
System Red Green Blue C M Y K H S L
Decimal 1 73 29 0.99 0 0.60 0.71 143.33 0.97 0.15
Hex 1 49 1D 63 0 3C 47 8F 61 F
Octal 1 111 35 143 0 74 107 217 141 17
Binary 1 1001001 11101 1100011 0 111100 1000111 10001111 1100001 1111

Color Harmonies of #01491D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01491D

Black with #01491D

Text Example


Text Example

White with #01491D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #01491D;
 }
 .AnyTagClassName
 {
   color: #01491D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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