#014F39

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

Shades of British Racing Green #014F39

Tints of British Racing Green #014F39

Color information

#014F39 (or 0x014F39) is unknown color: approx British Racing Green. HEX triplet: 01, 4F and 39. RGB value is (1,79,57). Sum of RGB (Red+Green+Blue) = 1+79+57=137 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.73% from 137); Green value is 79 (31.25% from 255 or 57.66% from 137); Blue value is 57 (22.66% from 255 or 41.61% from 137); Max value from RGB is 79 - color contains mainly: green. Hex color #014F39 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #014F39 is #FEB0C6. Grayscale: #353535. Windows color (decimal): -16691399 or 3755777. OLE color: 3755777.

HSL color Cylindrical-coordinate representation of color #014F39: hue angle of 163.08º 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 #014F39 is Cyan = 0.99, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.69.

Color convert

RGB17957-
CMYK0.9900.280.69
HSL163.08º97.5%15.69%-
HSV(B)163.08º98.73%30.98%-
XYZ3.555.894.82-
YUV53.17130.1690.79-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.73%
GREEN value IS 79 (31.25% from 255) = 57.66%
BLUE value IS 57 (22.66% from 255) = 41.61%
R=0.73%
G=57.66%
B=41.61%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal179570.9900.280.69163.0897.515.69
Hex14F396301C45a36210
Octal11177114303410524314220
Binary110011111110011100011011100100010110100011110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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