Html Css Color HEX #014E19 British Racing Green

📋 copy color: '#014E19'

red 1 ◦ green 78 ◦ blue 25

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

Shades of British Racing Green #014E19

Tints of British Racing Green #014E19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 24.04%

R = 0.96%
G = 75%
B = 24.04%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.68

 K value IS 0.69

RGB Variations

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

Color information

#014E19 (or 0x014E19) is known color: British Racing Green. HEX triplet: 01, 4E and 19. RGB value is (1,78,25). Sum of RGB (Red+Green+Blue) = 1+78+25=104 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.96% from 104); Green value is 78 (30.86% from 255 or 75% from 104); Blue value is 25 (10.16% from 255 or 24.04% from 104); Max value from RGB is 78 - color contains mainly: green. Hex color #014E19 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #014E19 is #FEB1E6. Grayscale: #313131. Windows color (decimal): -16691687 or 1658369. OLE color: 1658369.

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

Color convert

RGB 1 78 25 -
CMYK 0.99 0 0.68 0.69
HSL 138.7º 0.97% 0.15% -
HSV(B) 138.7º 0.99% 0.31% -
XYZ 2.91 5.53 1.83 -
YUV 48.94 114.49 93.81 -
System Red Green Blue C M Y K H S L
Decimal 1 78 25 0.99 0 0.68 0.69 138.7 0.97 0.15
Hex 1 4E 19 63 0 44 45 8B 61 F
Octal 1 116 31 143 0 104 105 213 141 17
Binary 1 1001110 11001 1100011 0 1000100 1000101 10001011 1100001 1111

Color Harmonies of #014E19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014E19

Black with #014E19

Text Example


Text Example

White with #014E19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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