#014D18

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

Shades of British Racing Green #014D18

Tints of British Racing Green #014D18

Color information

#014D18 (or 0x014D18) is unknown color: approx British Racing Green. HEX triplet: 01, 4D and 18. RGB value is (1,77,24). Sum of RGB (Red+Green+Blue) = 1+77+24=102 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.98% from 102); Green value is 77 (30.47% from 255 or 75.49% from 102); Blue value is 24 (9.77% from 255 or 23.53% from 102); Max value from RGB is 77 - color contains mainly: green. Hex color #014D18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #014D18 is #FEB2E7. Grayscale: #303030. Windows color (decimal): -16691944 or 1592577. OLE color: 1592577.

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

Color convert

RGB17724-
CMYK0.9900.690.70
HSL138.16º97.44%15.29%-
HSV(B)138.16º98.7%30.2%-
XYZ2.835.381.75-
YUV48.23114.3294.31-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.98%
GREEN value IS 77 (30.47% from 255) = 75.49%
BLUE value IS 24 (9.77% from 255) = 23.53%
R=0.98%
G=75.49%
B=23.53%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal177240.9900.690.70138.1697.4415.29
Hex14D1863045468a61f
Octal111530143010510621214117
Binary110011011100011000110100010110001101000101011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014D18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,77,24); }

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

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

 a { background-color: rgb(1,77,24); }

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

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

 span { border-color: rgb(1,77,24); }

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