#014112

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

Shades of British Racing Green #014112

Tints of British Racing Green #014112

Color information

#014112 (or 0x014112) is unknown color: approx British Racing Green. HEX triplet: 01, 41 and 12. RGB value is (1,65,18). Sum of RGB (Red+Green+Blue) = 1+65+18=84 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.19% from 84); Green value is 65 (25.78% from 255 or 77.38% from 84); Blue value is 18 (7.42% from 255 or 21.43% from 84); Max value from RGB is 65 - color contains mainly: green. Hex color #014112 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014112 is #FEBEED. Grayscale: #282828. Windows color (decimal): -16695022 or 1196289. OLE color: 1196289.

HSL color Cylindrical-coordinate representation of color #014112: hue angle of 135.94º 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 #014112 is Cyan = 0.98, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.75.

Color convert

RGB16518-
CMYK0.9800.720.75
HSL135.94º96.97%12.94%-
HSV(B)135.94º98.46%25.49%-
XYZ2.013.831.21-
YUV40.51115.399.82-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.19%
GREEN value IS 65 (25.78% from 255) = 77.38%
BLUE value IS 18 (7.42% from 255) = 21.43%
R=1.19%
G=77.38%
B=21.43%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal165180.9800.720.75135.9496.9712.94
Hex14112620484B8861d
Octal110122142011011321014115
Binary110000011001011000100100100010010111000100011000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014112

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014112; }

 p { color: rgb(1,65,18); }

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

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

 a { background-color: rgb(1,65,18); }

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

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

 span { border-color: rgb(1,65,18); }

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