Html Css Color HEX #014D0E British Racing Green

📋 copy color: '#014D0E'

red 1 ◦ green 77 ◦ blue 14

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

Shades of British Racing Green #014D0E

Tints of British Racing Green #014D0E

RGB

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

 GREEN value IS 77 (30.47% from 255) = 83.7%

 BLUE value IS 14 (5.86% from 255) = 15.22%

R = 1.09%
G = 83.7%
B = 15.22%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.82

 K value IS 0.70

RGB Variations

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

Color information

#014D0E (or 0x014D0E) is known color: British Racing Green. HEX triplet: 01, 4D and 0E. RGB value is (1,77,14). Sum of RGB (Red+Green+Blue) = 1+77+14=92 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.09% from 92); Green value is 77 (30.47% from 255 or 83.70% from 92); Blue value is 14 (5.86% from 255 or 15.22% from 92); Max value from RGB is 77 - color contains mainly: green. Hex color #014D0E is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #014D0E is #FEB2F1. Grayscale: #2F2F2F. Windows color (decimal): -16691954 or 937217. OLE color: 937217.

HSL color Cylindrical-coordinate representation of color #014D0E: hue angle of 130.26º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014D0E is Cyan = 0.99, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.70.

Color convert

RGB 1 77 14 -
CMYK 0.99 0 0.82 0.70
HSL 130.26º 0.97% 0.15% -
HSV(B) 130.26º 0.99% 0.3% -
XYZ 2.75 5.35 1.3 -
YUV 47.09 109.32 95.12 -
System Red Green Blue C M Y K H S L
Decimal 1 77 14 0.99 0 0.82 0.70 130.26 0.97 0.15
Hex 1 4D E 63 0 52 46 82 61 F
Octal 1 115 16 143 0 122 106 202 141 17
Binary 1 1001101 1110 1100011 0 1010010 1000110 10000010 1100001 1111

Color Harmonies of #014D0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014D0E

Black with #014D0E

Text Example


Text Example

White with #014D0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,77,14); }

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

background-color css

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

 a { background-color: rgb(1,77,14); }

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

border-color css

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

 span { border-color: rgb(1,77,14); }

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