#014D37

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

Shades of British Racing Green #014D37

Tints of British Racing Green #014D37

Color information

#014D37 (or 0x014D37) is unknown color: approx British Racing Green. HEX triplet: 01, 4D and 37. RGB value is (1,77,55). Sum of RGB (Red+Green+Blue) = 1+77+55=133 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 133); Green value is 77 (30.47% from 255 or 57.89% from 133); Blue value is 55 (21.88% from 255 or 41.35% from 133); Max value from RGB is 77 - color contains mainly: green. Hex color #014D37 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #014D37 is #FEB2C8. Grayscale: #333333. Windows color (decimal): -16691913 or 3624193. OLE color: 3624193.

HSL color Cylindrical-coordinate representation of color #014D37: hue angle of 162.63º 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 #014D37 is Cyan = 0.99, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.70.

Color convert

RGB17755-
CMYK0.9900.290.70
HSL162.63º97.44%15.29%-
HSV(B)162.63º98.7%30.2%-
XYZ3.365.594.52-
YUV51.77129.8291.79-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.75%
GREEN value IS 77 (30.47% from 255) = 57.89%
BLUE value IS 55 (21.88% from 255) = 41.35%
R=0.75%
G=57.89%
B=41.35%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal177550.9900.290.70162.6397.4415.29
Hex14D376301D46a361f
Octal11156714303510624314117
Binary11001101110111110001101110110001101010001111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014D37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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