#01472B

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

Shades of British Racing Green #01472B

Tints of British Racing Green #01472B

Color information

#01472B (or 0x01472B) is unknown color: approx British Racing Green. HEX triplet: 01, 47 and 2B. RGB value is (1,71,43). Sum of RGB (Red+Green+Blue) = 1+71+43=115 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.87% from 115); Green value is 71 (28.12% from 255 or 61.74% from 115); Blue value is 43 (17.19% from 255 or 37.39% from 115); Max value from RGB is 71 - color contains mainly: green. Hex color #01472B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01472B is #FEB8D4. Grayscale: #2E2E2E. Windows color (decimal): -16693461 or 2836225. OLE color: 2836225.

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

Color convert

RGB17143-
CMYK0.9900.390.72
HSL156º97.22%14.12%-
HSV(B)156º98.59%27.84%-
XYZ2.74.693.05-
YUV46.88125.8195.28-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.87%
GREEN value IS 71 (28.12% from 255) = 61.74%
BLUE value IS 43 (17.19% from 255) = 37.39%
R=0.87%
G=61.74%
B=37.39%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal171430.9900.390.7215697.2214.12
Hex1472B63027489c61e
Octal11075314304711023414116
Binary110001111010111100011010011110010001001110011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01472B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01472B; }

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

 H1.HeaderClassName
 {
   color: #01472B;
 }
 .AnyTagClassName
 {
   color: #01472B;
 }
</style>
background-color css

<style>
 a { background-color: #01472B; }

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

 div.DivClassName
 {
   background-color: #01472B;
 }
 .BgClassName
 {
   background-color: #01472B;
 }
</style>
border-color css

<style>
 span { border-color: #01472B; }

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

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