#014413

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

Shades of British Racing Green #014413

Tints of British Racing Green #014413

Color information

#014413 (or 0x014413) is unknown color: approx British Racing Green. HEX triplet: 01, 44 and 13. RGB value is (1,68,19). Sum of RGB (Red+Green+Blue) = 1+68+19=88 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.14% from 88); Green value is 68 (26.95% from 255 or 77.27% from 88); Blue value is 19 (7.81% from 255 or 21.59% from 88); Max value from RGB is 68 - color contains mainly: green. Hex color #014413 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014413 is #FEBBEC. Grayscale: #2A2A2A. Windows color (decimal): -16694253 or 1262593. OLE color: 1262593.

HSL color Cylindrical-coordinate representation of color #014413: hue angle of 136.12º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #014413 is Cyan = 0.99, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.73.

Color convert

RGB16819-
CMYK0.9900.720.73
HSL136.12º97.1%13.53%-
HSV(B)136.12º98.53%26.67%-
XYZ2.24.191.31-
YUV42.38114.898.48-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.14%
GREEN value IS 68 (26.95% from 255) = 77.27%
BLUE value IS 19 (7.81% from 255) = 21.59%
R=1.14%
G=77.27%
B=21.59%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal168190.9900.720.73136.1297.113.53
Hex1441363048498861e
Octal110423143011011121014116
Binary110001001001111000110100100010010011000100011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014413; }

 p { color: rgb(1,68,19); }

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

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

 a { background-color: rgb(1,68,19); }

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

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

 span { border-color: rgb(1,68,19); }

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