Html Css Color HEX #014E2C British Racing Green

📋 copy color: '#014E2C'

red 1 ◦ green 78 ◦ blue 44

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

Shades of British Racing Green #014E2C

Tints of British Racing Green #014E2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 35.77%

R = 0.81%
G = 63.41%
B = 35.77%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.44

 K value IS 0.69

RGB Variations

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

Color information

#014E2C (or 0x014E2C) is known color: British Racing Green. HEX triplet: 01, 4E and 2C. RGB value is (1,78,44). Sum of RGB (Red+Green+Blue) = 1+78+44=123 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.81% from 123); Green value is 78 (30.86% from 255 or 63.41% from 123); Blue value is 44 (17.58% from 255 or 35.77% from 123); Max value from RGB is 78 - color contains mainly: green. Hex color #014E2C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #014E2C is #FEB1D3. Grayscale: #333333. Windows color (decimal): -16691668 or 2903553. OLE color: 2903553.

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

Color convert

RGB 1 78 44 -
CMYK 0.99 0 0.44 0.69
HSL 153.51º 0.97% 0.15% -
HSV(B) 153.51º 0.99% 0.31% -
XYZ 3.19 5.64 3.3 -
YUV 51.1 123.99 92.26 -
System Red Green Blue C M Y K H S L
Decimal 1 78 44 0.99 0 0.44 0.69 153.51 0.97 0.15
Hex 1 4E 2C 63 0 2C 45 9A 61 F
Octal 1 116 54 143 0 54 105 232 141 17
Binary 1 1001110 101100 1100011 0 101100 1000101 10011010 1100001 1111

Color Harmonies of #014E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014E2C

Black with #014E2C

Text Example


Text Example

White with #014E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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