#014610

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

Shades of British Racing Green #014610

Tints of British Racing Green #014610

Color information

#014610 (or 0x014610) is unknown color: approx British Racing Green. HEX triplet: 01, 46 and 10. RGB value is (1,70,16). Sum of RGB (Red+Green+Blue) = 1+70+16=87 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.15% from 87); Green value is 70 (27.73% from 255 or 80.46% from 87); Blue value is 16 (6.64% from 255 or 18.39% from 87); Max value from RGB is 70 - color contains mainly: green. Hex color #014610 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014610 is #FEB9EF. Grayscale: #2B2B2B. Windows color (decimal): -16693744 or 1066497. OLE color: 1066497.

HSL color Cylindrical-coordinate representation of color #014610: hue angle of 133.04º 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 #014610 is Cyan = 0.99, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.73.

Color convert

RGB17016-
CMYK0.9900.770.73
HSL133.04º97.18%13.92%-
HSV(B)133.04º98.57%27.45%-
XYZ2.34.421.22-
YUV43.21112.6497.89-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.15%
GREEN value IS 70 (27.73% from 255) = 80.46%
BLUE value IS 16 (6.64% from 255) = 18.39%
R=1.15%
G=80.46%
B=18.39%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal170160.9900.770.73133.0497.1813.92
Hex146106304D498561e
Octal110620143011511120514116
Binary110001101000011000110100110110010011000010111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014610; }

 p { color: rgb(1,70,16); }

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

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

 a { background-color: rgb(1,70,16); }

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

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

 span { border-color: rgb(1,70,16); }

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