#014E30

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

Shades of British Racing Green #014E30

Tints of British Racing Green #014E30

Color information

#014E30 (or 0x014E30) is unknown color: approx British Racing Green. HEX triplet: 01, 4E and 30. RGB value is (1,78,48). Sum of RGB (Red+Green+Blue) = 1+78+48=127 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 127); Green value is 78 (30.86% from 255 or 61.42% from 127); Blue value is 48 (19.14% from 255 or 37.80% from 127); Max value from RGB is 78 - color contains mainly: green. Hex color #014E30 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #014E30 is #FEB1CF. Grayscale: #333333. Windows color (decimal): -16691664 or 3165697. OLE color: 3165697.

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

Color convert

RGB17848-
CMYK0.9900.380.69
HSL156.62º97.47%15.49%-
HSV(B)156.62º98.72%30.59%-
XYZ3.275.673.72-
YUV51.56125.9991.94-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.79%
GREEN value IS 78 (30.86% from 255) = 61.42%
BLUE value IS 48 (19.14% from 255) = 37.80%
R=0.79%
G=61.42%
B=37.80%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal178480.9900.380.69156.6297.4715.49
Hex14E3063026459d61f
Octal11166014304610523514117
Binary110011101100001100011010011010001011001110111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014E30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,78,48); }

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

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

 a { background-color: rgb(1,78,48); }

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

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

 span { border-color: rgb(1,78,48); }

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