#014115

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

Shades of British Racing Green #014115

Tints of British Racing Green #014115

Color information

#014115 (or 0x014115) is unknown color: approx British Racing Green. HEX triplet: 01, 41 and 15. RGB value is (1,65,21). Sum of RGB (Red+Green+Blue) = 1+65+21=87 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.15% from 87); Green value is 65 (25.78% from 255 or 74.71% from 87); Blue value is 21 (8.59% from 255 or 24.14% from 87); Max value from RGB is 65 - color contains mainly: green. Hex color #014115 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014115 is #FEBEEA. Grayscale: #282828. Windows color (decimal): -16695019 or 1392897. OLE color: 1392897.

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

Color convert

RGB16521-
CMYK0.9800.680.75
HSL138.75º96.97%12.94%-
HSV(B)138.75º98.46%25.49%-
XYZ2.043.841.34-
YUV40.85116.899.58-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.15%
GREEN value IS 65 (25.78% from 255) = 74.71%
BLUE value IS 21 (8.59% from 255) = 24.14%
R=1.15%
G=74.71%
B=24.14%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal165210.9800.680.75138.7596.9712.94
Hex14115620444B8b61d
Octal110125142010411321314115
Binary110000011010111000100100010010010111000101111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014115; }

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

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

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

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

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

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

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

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