Html Css Color HEX #014E27 British Racing Green

📋 copy color: '#014E27'

red 1 ◦ green 78 ◦ blue 39

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

Shades of British Racing Green #014E27

Tints of British Racing Green #014E27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 33.05%

R = 0.85%
G = 66.1%
B = 33.05%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.50

 K value IS 0.69

RGB Variations

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

Color information

#014E27 (or 0x014E27) is known color: British Racing Green. HEX triplet: 01, 4E and 27. RGB value is (1,78,39). Sum of RGB (Red+Green+Blue) = 1+78+39=118 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.85% from 118); Green value is 78 (30.86% from 255 or 66.10% from 118); Blue value is 39 (15.62% from 255 or 33.05% from 118); Max value from RGB is 78 - color contains mainly: green. Hex color #014E27 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #014E27 is #FEB1D8. Grayscale: #323232. Windows color (decimal): -16691673 or 2575873. OLE color: 2575873.

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

Color convert

RGB 1 78 39 -
CMYK 0.99 0 0.50 0.69
HSL 149.61º 0.97% 0.15% -
HSV(B) 149.61º 0.99% 0.31% -
XYZ 3.1 5.6 2.84 -
YUV 50.53 121.49 92.67 -
System Red Green Blue C M Y K H S L
Decimal 1 78 39 0.99 0 0.50 0.69 149.61 0.97 0.15
Hex 1 4E 27 63 0 32 45 96 61 F
Octal 1 116 47 143 0 62 105 226 141 17
Binary 1 1001110 100111 1100011 0 110010 1000101 10010110 1100001 1111

Color Harmonies of #014E27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014E27

Black with #014E27

Text Example


Text Example

White with #014E27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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