Html Css Color HEX #014E11 British Racing Green

📋 copy color: '#014E11'

red 1 ◦ green 78 ◦ blue 17

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

Shades of British Racing Green #014E11

Tints of British Racing Green #014E11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 17.71%

R = 1.04%
G = 81.25%
B = 17.71%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.78

 K value IS 0.69

RGB Variations

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

Color information

#014E11 (or 0x014E11) is known color: British Racing Green. HEX triplet: 01, 4E and 11. RGB value is (1,78,17). Sum of RGB (Red+Green+Blue) = 1+78+17=96 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.04% from 96); Green value is 78 (30.86% from 255 or 81.25% from 96); Blue value is 17 (7.03% from 255 or 17.71% from 96); Max value from RGB is 78 - color contains mainly: green. Hex color #014E11 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #014E11 is #FEB1EE. Grayscale: #303030. Windows color (decimal): -16691695 or 1134081. OLE color: 1134081.

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

Color convert

RGB 1 78 17 -
CMYK 0.99 0 0.78 0.69
HSL 132.47º 0.97% 0.15% -
HSV(B) 132.47º 0.99% 0.31% -
XYZ 2.84 5.5 1.44 -
YUV 48.02 110.49 94.46 -
System Red Green Blue C M Y K H S L
Decimal 1 78 17 0.99 0 0.78 0.69 132.47 0.97 0.15
Hex 1 4E 11 63 0 4E 45 84 61 F
Octal 1 116 21 143 0 116 105 204 141 17
Binary 1 1001110 10001 1100011 0 1001110 1000101 10000100 1100001 1111

Color Harmonies of #014E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014E11

Black with #014E11

Text Example


Text Example

White with #014E11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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