Html Css Color HEX #014E1C British Racing Green

📋 copy color: '#014E1C'

red 1 ◦ green 78 ◦ blue 28

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

Shades of British Racing Green #014E1C

Tints of British Racing Green #014E1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 26.17%

R = 0.93%
G = 72.9%
B = 26.17%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.64

 K value IS 0.69

RGB Variations

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

Color information

#014E1C (or 0x014E1C) is known color: British Racing Green. HEX triplet: 01, 4E and 1C. RGB value is (1,78,28). Sum of RGB (Red+Green+Blue) = 1+78+28=107 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 107); Green value is 78 (30.86% from 255 or 72.90% from 107); Blue value is 28 (11.33% from 255 or 26.17% from 107); Max value from RGB is 78 - color contains mainly: green. Hex color #014E1C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #014E1C is #FEB1E3. Grayscale: #313131. Windows color (decimal): -16691684 or 1854977. OLE color: 1854977.

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

Color convert

RGB 1 78 28 -
CMYK 0.99 0 0.64 0.69
HSL 141.04º 0.97% 0.15% -
HSV(B) 141.04º 0.99% 0.31% -
XYZ 2.95 5.54 2.01 -
YUV 49.28 115.99 93.57 -
System Red Green Blue C M Y K H S L
Decimal 1 78 28 0.99 0 0.64 0.69 141.04 0.97 0.15
Hex 1 4E 1C 63 0 40 45 8D 61 F
Octal 1 116 34 143 0 100 105 215 141 17
Binary 1 1001110 11100 1100011 0 1000000 1000101 10001101 1100001 1111

Color Harmonies of #014E1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014E1C

Black with #014E1C

Text Example


Text Example

White with #014E1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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