#014E0F

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

Shades of British Racing Green #014E0F

Tints of British Racing Green #014E0F

Color information

#014E0F (or 0x014E0F) is unknown color: approx British Racing Green. HEX triplet: 01, 4E and 0F. RGB value is (1,78,15). Sum of RGB (Red+Green+Blue) = 1+78+15=94 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.06% from 94); Green value is 78 (30.86% from 255 or 82.98% from 94); Blue value is 15 (6.25% from 255 or 15.96% from 94); Max value from RGB is 78 - color contains mainly: green. Hex color #014E0F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #014E0F is #FEB1F0. Grayscale: #2F2F2F. Windows color (decimal): -16691697 or 1003009. OLE color: 1003009.

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

Color convert

RGB17815-
CMYK0.9900.810.69
HSL130.91º97.47%15.49%-
HSV(B)130.91º98.72%30.59%-
XYZ2.825.491.36-
YUV47.79109.4994.62-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.06%
GREEN value IS 78 (30.86% from 255) = 82.98%
BLUE value IS 15 (6.25% from 255) = 15.96%
R=1.06%
G=82.98%
B=15.96%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal178150.9900.810.69130.9197.4715.49
Hex14EF63051458361f
Octal111617143012110520314117
Binary11001110111111000110101000110001011000001111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014E0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,78,15); }

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

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

 a { background-color: rgb(1,78,15); }

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

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

 span { border-color: rgb(1,78,15); }

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