Html Css Color HEX #014E37 British Racing Green

📋 copy color: '#014E37'

red 1 ◦ green 78 ◦ blue 55

#014E37
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of British Racing Green #014E37

Tints of British Racing Green #014E37

RGB

 RED value IS 1 (0.78% from 255) = 0.75%

 GREEN value IS 78 (30.86% from 255) = 58.21%

 BLUE value IS 55 (21.88% from 255) = 41.04%

R = 0.75%
G = 58.21%
B = 41.04%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.29

 K value IS 0.69

RGB Variations

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

Color information

#014E37 (or 0x014E37) is known color: British Racing Green. HEX triplet: 01, 4E and 37. RGB value is (1,78,55). Sum of RGB (Red+Green+Blue) = 1+78+55=134 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.75% from 134); Green value is 78 (30.86% from 255 or 58.21% from 134); Blue value is 55 (21.88% from 255 or 41.04% from 134); Max value from RGB is 78 - color contains mainly: green. Hex color #014E37 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #014E37 is #FEB1C8. Grayscale: #343434. Windows color (decimal): -16691657 or 3624449. OLE color: 3624449.

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

Color convert

RGB 1 78 55 -
CMYK 0.99 0 0.29 0.69
HSL 162.08º 0.97% 0.15% -
HSV(B) 162.08º 0.99% 0.31% -
XYZ 3.43 5.73 4.54 -
YUV 52.36 129.49 91.37 -
System Red Green Blue C M Y K H S L
Decimal 1 78 55 0.99 0 0.29 0.69 162.08 0.97 0.15
Hex 1 4E 37 63 0 1D 45 A2 61 F
Octal 1 116 67 143 0 35 105 242 141 17
Binary 1 1001110 110111 1100011 0 11101 1000101 10100010 1100001 1111

Color Harmonies of #014E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014E37

Black with #014E37

Text Example


Text Example

White with #014E37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #014E37;
 }
 .AnyTagClassName
 {
   color: #014E37;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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