#014C0E

Color #014C0E British Racing Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of British Racing Green #014C0E

Tints of British Racing Green #014C0E

Color information

#014C0E (or 0x014C0E) is unknown color: approx 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

RGB17614-
CMYK0.9900.820.70
HSL130.4º97.4%15.1%-
HSV(B)130.4º98.68%29.8%-
XYZ2.685.211.28-
YUV46.51109.6595.54-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.10%
GREEN value IS 76 (30.08% from 255) = 83.52%
BLUE value IS 14 (5.86% from 255) = 15.38%
R=1.10%
G=83.52%
B=15.38%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal176140.9900.820.70130.497.415.1
Hex14CE63052468261f
Octal111416143012210620214117
Binary11001100111011000110101001010001101000001011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014C0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>