Html Css Color HEX #01471C British Racing Green

📋 copy color: '#01471C'

red 1 ◦ green 71 ◦ blue 28

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

Shades of British Racing Green #01471C

Tints of British Racing Green #01471C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 28%

R = 1%
G = 71%
B = 28%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.61

 K value IS 0.72

RGB Variations

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

Color information

#01471C (or 0x01471C) is known color: British Racing Green. HEX triplet: 01, 47 and 1C. RGB value is (1,71,28). Sum of RGB (Red+Green+Blue) = 1+71+28=100 (13% of max value = 765). Red value is 1 (0.78% from 255 or 1% from 100); Green value is 71 (28.12% from 255 or 71% from 100); Blue value is 28 (11.33% from 255 or 28% from 100); Max value from RGB is 71 - color contains mainly: green. Hex color #01471C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01471C is #FEB8E3. Grayscale: #2D2D2D. Windows color (decimal): -16693476 or 1853185. OLE color: 1853185.

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

Color convert

RGB 1 71 28 -
CMYK 0.99 0 0.61 0.72
HSL 143.14º 0.97% 0.14% -
HSV(B) 143.14º 0.99% 0.28% -
XYZ 2.48 4.6 1.86 -
YUV 45.17 118.31 96.5 -
System Red Green Blue C M Y K H S L
Decimal 1 71 28 0.99 0 0.61 0.72 143.14 0.97 0.14
Hex 1 47 1C 63 0 3D 48 8F 61 E
Octal 1 107 34 143 0 75 110 217 141 16
Binary 1 1000111 11100 1100011 0 111101 1001000 10001111 1100001 1110

Color Harmonies of #01471C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01471C

Black with #01471C

Text Example


Text Example

White with #01471C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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