#014B0E

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

Shades of British Racing Green #014B0E

Tints of British Racing Green #014B0E

Color information

#014B0E (or 0x014B0E) is unknown color: approx British Racing Green. HEX triplet: 01, 4B and 0E. RGB value is (1,75,14). Sum of RGB (Red+Green+Blue) = 1+75+14=90 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.11% from 90); Green value is 75 (29.69% from 255 or 83.33% from 90); Blue value is 14 (5.86% from 255 or 15.56% from 90); Max value from RGB is 75 - color contains mainly: green. Hex color #014B0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014B0E is #FEB4F1. Grayscale: #2E2E2E. Windows color (decimal): -16692466 or 936705. OLE color: 936705.

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

Color convert

RGB17514-
CMYK0.9900.810.71
HSL130.54º97.37%14.9%-
HSV(B)130.54º98.67%29.41%-
XYZ2.615.071.26-
YUV45.92109.9895.96-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.11%
GREEN value IS 75 (29.69% from 255) = 83.33%
BLUE value IS 14 (5.86% from 255) = 15.56%
R=1.11%
G=83.33%
B=15.56%

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
Decimal175140.9900.810.71130.5497.3714.9
Hex14BE63051478361f
Octal111316143012110720314117
Binary11001011111011000110101000110001111000001111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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