Html Css Color HEX #014C0E British Racing Green

📋 copy color: '#014C0E'

red 1 ◦ green 76 ◦ blue 14

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

Shades of British Racing Green #014C0E

Tints of British Racing Green #014C0E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 83.52%

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

R = 1.1%
G = 83.52%
B = 15.38%

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

#014C0E (or 0x014C0E) is known color: British Racing Green. HEX triplet: 01, 4C and 0E. RGB value is (1,76,14). Sum of RGB (Red+Green+Blue) = 1+76+14=91 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.10% from 91); Green value is 76 (30.08% from 255 or 83.52% from 91); Blue value is 14 (5.86% from 255 or 15.38% from 91); Max value from RGB is 76 - color contains mainly: green. Hex color #014C0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014C0E is #FEB3F1. Grayscale: #2E2E2E. Windows color (decimal): -16692210 or 936961. OLE color: 936961.

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

Color convert

RGB 1 76 14 -
CMYK 0.99 0 0.82 0.70
HSL 130.4º 0.97% 0.15% -
HSV(B) 130.4º 0.99% 0.3% -
XYZ 2.68 5.21 1.28 -
YUV 46.51 109.65 95.54 -
System Red Green Blue C M Y K H S L
Decimal 1 76 14 0.99 0 0.82 0.70 130.4 0.97 0.15
Hex 1 4C E 63 0 52 46 82 61 F
Octal 1 114 16 143 0 122 106 202 141 17
Binary 1 1001100 1110 1100011 0 1010010 1000110 10000010 1100001 1111

Color Harmonies of #014C0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #014C0E

Black with #014C0E

Text Example


Text Example

White with #014C0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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