#01471C

Color #01471C British Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of British Racing Green #01471C

Tints of British Racing Green #01471C

Color information

#01471C (or 0x01471C) is unknown color: approx 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

RGB17128-
CMYK0.9900.610.72
HSL143.14º97.22%14.12%-
HSV(B)143.14º98.59%27.84%-
XYZ2.484.61.86-
YUV45.17118.3196.5-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1%
GREEN value IS 71 (28.12% from 255) = 71%
BLUE value IS 28 (11.33% from 255) = 28%
R=1%
G=71%
B=28%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal171280.9900.610.72143.1497.2214.12
Hex1471C6303D488f61e
Octal11073414307511021714116
Binary11000111111001100011011110110010001000111111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01471C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>