Html Css Color HEX #01471D British Racing Green

📋 copy color: '#01471D'

red 1 ◦ green 71 ◦ blue 29

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

Shades of British Racing Green #01471D

Tints of British Racing Green #01471D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 70.3%

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

R = 0.99%
G = 70.3%
B = 28.71%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.59

 K value IS 0.72

RGB Variations

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

Color information

#01471D (or 0x01471D) is known color: British Racing Green. HEX triplet: 01, 47 and 1D. RGB value is (1,71,29). Sum of RGB (Red+Green+Blue) = 1+71+29=101 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.99% from 101); Green value is 71 (28.12% from 255 or 70.30% from 101); Blue value is 29 (11.72% from 255 or 28.71% from 101); Max value from RGB is 71 - color contains mainly: green. Hex color #01471D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01471D is #FEB8E2. Grayscale: #2D2D2D. Windows color (decimal): -16693475 or 1918721. OLE color: 1918721.

HSL color Cylindrical-coordinate representation of color #01471D: hue angle of 144º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01471D is Cyan = 0.99, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.72.

Color convert

RGB 1 71 29 -
CMYK 0.99 0 0.59 0.72
HSL 144º 0.97% 0.14% -
HSV(B) 144º 0.99% 0.28% -
XYZ 2.49 4.6 1.92 -
YUV 45.28 118.81 96.42 -
System Red Green Blue C M Y K H S L
Decimal 1 71 29 0.99 0 0.59 0.72 144 0.97 0.14
Hex 1 47 1D 63 0 3B 48 90 61 E
Octal 1 107 35 143 0 73 110 220 141 16
Binary 1 1000111 11101 1100011 0 111011 1001000 10010000 1100001 1110

Color Harmonies of #01471D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01471D

Black with #01471D

Text Example


Text Example

White with #01471D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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