#014937

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

Shades of British Racing Green #014937

Tints of British Racing Green #014937

Color information

#014937 (or 0x014937) is unknown color: approx British Racing Green. HEX triplet: 01, 49 and 37. RGB value is (1,73,55). Sum of RGB (Red+Green+Blue) = 1+73+55=129 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.78% from 129); Green value is 73 (28.91% from 255 or 56.59% from 129); Blue value is 55 (21.88% from 255 or 42.64% from 129); Max value from RGB is 73 - color contains mainly: green. Hex color #014937 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #014937 is #FEB6C8. Grayscale: #313131. Windows color (decimal): -16692937 or 3623169. OLE color: 3623169.

HSL color Cylindrical-coordinate representation of color #014937: hue angle of 165º 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 #014937 is Cyan = 0.99, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.71.

Color convert

RGB17355-
CMYK0.9900.250.71
HSL165º97.3%14.51%-
HSV(B)165º98.63%28.63%-
XYZ3.085.054.43-
YUV49.42131.1593.46-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.78%
GREEN value IS 73 (28.91% from 255) = 56.59%
BLUE value IS 55 (21.88% from 255) = 42.64%
R=0.78%
G=56.59%
B=42.64%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal173550.9900.250.7116597.314.51
Hex149376301947a561f
Octal11116714303110724514117
Binary11001001110111110001101100110001111010010111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014937; }

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

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

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

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

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

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

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

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