#014019

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

Shades of British Racing Green #014019

Tints of British Racing Green #014019

Color information

#014019 (or 0x014019) is unknown color: approx British Racing Green. HEX triplet: 01, 40 and 19. RGB value is (1,64,25). Sum of RGB (Red+Green+Blue) = 1+64+25=90 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.11% from 90); Green value is 64 (25.39% from 255 or 71.11% from 90); Blue value is 25 (10.16% from 255 or 27.78% from 90); Max value from RGB is 64 - color contains mainly: green. Hex color #014019 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014019 is #FEBFE6. Grayscale: #282828. Windows color (decimal): -16695271 or 1654785. OLE color: 1654785.

HSL color Cylindrical-coordinate representation of color #014019: hue angle of 142.86º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #014019 is Cyan = 0.98, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.75.

Color convert

RGB16425-
CMYK0.9800.610.75
HSL142.86º96.92%12.75%-
HSV(B)142.86º98.44%25.1%-
XYZ2.023.741.54-
YUV40.72119.1399.67-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.11%
GREEN value IS 64 (25.39% from 255) = 71.11%
BLUE value IS 25 (10.16% from 255) = 27.78%
R=1.11%
G=71.11%
B=27.78%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal164250.9800.610.75142.8696.9212.75
Hex140196203D4B8f61d
Octal11003114207511321714115
Binary11000000110011100010011110110010111000111111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014019

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014019; }

 p { color: rgb(1,64,25); }

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

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

 a { background-color: rgb(1,64,25); }

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

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

 span { border-color: rgb(1,64,25); }

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