#014A0E

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

Shades of British Racing Green #014A0E

Tints of British Racing Green #014A0E

Color information

#014A0E (or 0x014A0E) is unknown color: approx British Racing Green. HEX triplet: 01, 4A and 0E. RGB value is (1,74,14). Sum of RGB (Red+Green+Blue) = 1+74+14=89 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.12% from 89); Green value is 74 (29.30% from 255 or 83.15% from 89); Blue value is 14 (5.86% from 255 or 15.73% from 89); Max value from RGB is 74 - color contains mainly: green. Hex color #014A0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014A0E is #FEB5F1. Grayscale: #2D2D2D. Windows color (decimal): -16692722 or 936449. OLE color: 936449.

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

Color convert

RGB17414-
CMYK0.9900.810.71
HSL130.68º97.33%14.71%-
HSV(B)130.68º98.65%29.02%-
XYZ2.544.941.23-
YUV45.33110.3296.38-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.12%
GREEN value IS 74 (29.30% from 255) = 83.15%
BLUE value IS 14 (5.86% from 255) = 15.73%
R=1.12%
G=83.15%
B=15.73%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal174140.9900.810.71130.6897.3314.71
Hex14AE63051478361f
Octal111216143012110720314117
Binary11001010111011000110101000110001111000001111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014A0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #014A0E;
 }
 .AnyTagClassName
 {
   color: #014A0E;
 }
</style>
background-color css

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

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

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

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

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

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