Html Css Color HEX #01471F British Racing Green

📋 copy color: '#01471F'

red 1 ◦ green 71 ◦ blue 31

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

Shades of British Racing Green #01471F

Tints of British Racing Green #01471F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 30.1%

R = 0.97%
G = 68.93%
B = 30.1%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.56

 K value IS 0.72

RGB Variations

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

Color information

#01471F (or 0x01471F) is known color: British Racing Green. HEX triplet: 01, 47 and 1F. RGB value is (1,71,31). Sum of RGB (Red+Green+Blue) = 1+71+31=103 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.97% from 103); Green value is 71 (28.12% from 255 or 68.93% from 103); Blue value is 31 (12.5% from 255 or 30.10% from 103); Max value from RGB is 71 - color contains mainly: green. Hex color #01471F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01471F is #FEB8E0. Grayscale: #2D2D2D. Windows color (decimal): -16693473 or 2049793. OLE color: 2049793.

HSL color Cylindrical-coordinate representation of color #01471F: hue angle of 145.71º 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 #01471F is Cyan = 0.99, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.72.

Color convert

RGB 1 71 31 -
CMYK 0.99 0 0.56 0.72
HSL 145.71º 0.97% 0.14% -
HSV(B) 145.71º 0.99% 0.28% -
XYZ 2.51 4.61 2.05 -
YUV 45.51 119.81 96.25 -
System Red Green Blue C M Y K H S L
Decimal 1 71 31 0.99 0 0.56 0.72 145.71 0.97 0.14
Hex 1 47 1F 63 0 38 48 92 61 E
Octal 1 107 37 143 0 70 110 222 141 16
Binary 1 1000111 11111 1100011 0 111000 1001000 10010010 1100001 1110

Color Harmonies of #01471F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01471F

Black with #01471F

Text Example


Text Example

White with #01471F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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