#014914

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

Shades of British Racing Green #014914

Tints of British Racing Green #014914

Color information

#014914 (or 0x014914) is unknown color: approx British Racing Green. HEX triplet: 01, 49 and 14. RGB value is (1,73,20). Sum of RGB (Red+Green+Blue) = 1+73+20=94 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.06% from 94); Green value is 73 (28.91% from 255 or 77.66% from 94); Blue value is 20 (8.20% from 255 or 21.28% from 94); Max value from RGB is 73 - color contains mainly: green. Hex color #014914 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014914 is #FEB6EB. Grayscale: #2D2D2D. Windows color (decimal): -16692972 or 1329409. OLE color: 1329409.

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

Color convert

RGB17320-
CMYK0.9900.730.71
HSL135.83º97.3%14.51%-
HSV(B)135.83º98.63%28.63%-
XYZ2.524.821.46-
YUV45.43113.6596.31-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.06%
GREEN value IS 73 (28.91% from 255) = 77.66%
BLUE value IS 20 (8.20% from 255) = 21.28%
R=1.06%
G=77.66%
B=21.28%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal173200.9900.730.71135.8397.314.51
Hex1491463049478861f
Octal111124143011110721014117
Binary110010011010011000110100100110001111000100011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014914; }

 p { color: rgb(1,73,20); }

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

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

 a { background-color: rgb(1,73,20); }

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

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

 span { border-color: rgb(1,73,20); }

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