#014618

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

Shades of British Racing Green #014618

Tints of British Racing Green #014618

Color information

#014618 (or 0x014618) is unknown color: approx British Racing Green. HEX triplet: 01, 46 and 18. RGB value is (1,70,24). Sum of RGB (Red+Green+Blue) = 1+70+24=95 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.05% from 95); Green value is 70 (27.73% from 255 or 73.68% from 95); Blue value is 24 (9.77% from 255 or 25.26% from 95); Max value from RGB is 70 - color contains mainly: green. Hex color #014618 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014618 is #FEB9E7. Grayscale: #2C2C2C. Windows color (decimal): -16693736 or 1590785. OLE color: 1590785.

HSL color Cylindrical-coordinate representation of color #014618: hue angle of 140º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014618 is Cyan = 0.99, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.73.

Color convert

RGB17024-
CMYK0.9900.660.73
HSL140º97.18%13.92%-
HSV(B)140º98.57%27.45%-
XYZ2.374.451.6-
YUV44.12116.6497.24-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.05%
GREEN value IS 70 (27.73% from 255) = 73.68%
BLUE value IS 24 (9.77% from 255) = 25.26%
R=1.05%
G=73.68%
B=25.26%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal170240.9900.660.7314097.1813.92
Hex1461863042498c61e
Octal110630143010211121414116
Binary110001101100011000110100001010010011000110011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014618; }

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

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

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

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

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

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

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

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