#014F1B

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

Shades of British Racing Green #014F1B

Tints of British Racing Green #014F1B

Color information

#014F1B (or 0x014F1B) is unknown color: approx British Racing Green. HEX triplet: 01, 4F and 1B. RGB value is (1,79,27). Sum of RGB (Red+Green+Blue) = 1+79+27=107 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 107); Green value is 79 (31.25% from 255 or 73.83% from 107); Blue value is 27 (10.94% from 255 or 25.23% from 107); Max value from RGB is 79 - color contains mainly: green. Hex color #014F1B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #014F1B is #FEB0E4. Grayscale: #313131. Windows color (decimal): -16691429 or 1789697. OLE color: 1789697.

HSL color Cylindrical-coordinate representation of color #014F1B: hue angle of 140º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014F1B is Cyan = 0.99, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.69.

Color convert

RGB17927-
CMYK0.9900.660.69
HSL140º97.5%15.69%-
HSV(B)140º98.73%30.98%-
XYZ3.015.681.97-
YUV49.75115.1693.23-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.93%
GREEN value IS 79 (31.25% from 255) = 73.83%
BLUE value IS 27 (10.94% from 255) = 25.23%
R=0.93%
G=73.83%
B=25.23%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal179270.9900.660.6914097.515.69
Hex14F1B63042458c6210
Octal111733143010210521414220
Binary1100111111011110001101000010100010110001100110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014F1B; }

 p { color: rgb(1,79,27); }

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

<style>
 a { background-color: #014F1B; }

 a { background-color: rgb(1,79,27); }

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

<style>
 span { border-color: #014F1B; }

 span { border-color: rgb(1,79,27); }

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