Html Css Color HEX #014E18 British Racing Green

📋 copy color: '#014E18'

red 1 ◦ green 78 ◦ blue 24

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

Shades of British Racing Green #014E18

Tints of British Racing Green #014E18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 23.3%

R = 0.97%
G = 75.73%
B = 23.3%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.69

 K value IS 0.69

RGB Variations

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

Color information

#014E18 (or 0x014E18) is known color: British Racing Green. HEX triplet: 01, 4E and 18. RGB value is (1,78,24). Sum of RGB (Red+Green+Blue) = 1+78+24=103 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.97% from 103); Green value is 78 (30.86% from 255 or 75.73% from 103); Blue value is 24 (9.77% from 255 or 23.30% from 103); Max value from RGB is 78 - color contains mainly: green. Hex color #014E18 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #014E18 is #FEB1E7. Grayscale: #303030. Windows color (decimal): -16691688 or 1592833. OLE color: 1592833.

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

Color convert

RGB 1 78 24 -
CMYK 0.99 0 0.69 0.69
HSL 137.92º 0.97% 0.15% -
HSV(B) 137.92º 0.99% 0.31% -
XYZ 2.9 5.52 1.78 -
YUV 48.82 113.99 93.89 -
System Red Green Blue C M Y K H S L
Decimal 1 78 24 0.99 0 0.69 0.69 137.92 0.97 0.15
Hex 1 4E 18 63 0 45 45 8A 61 F
Octal 1 116 30 143 0 105 105 212 141 17
Binary 1 1001110 11000 1100011 0 1000101 1000101 10001010 1100001 1111

Color Harmonies of #014E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014E18

Black with #014E18

Text Example


Text Example

White with #014E18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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