#014615

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

Shades of British Racing Green #014615

Tints of British Racing Green #014615

Color information

#014615 (or 0x014615) is unknown color: approx British Racing Green. HEX triplet: 01, 46 and 15. RGB value is (1,70,21). Sum of RGB (Red+Green+Blue) = 1+70+21=92 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.09% from 92); Green value is 70 (27.73% from 255 or 76.09% from 92); Blue value is 21 (8.59% from 255 or 22.83% from 92); Max value from RGB is 70 - color contains mainly: green. Hex color #014615 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #014615 is #FEB9EA. Grayscale: #2B2B2B. Windows color (decimal): -16693739 or 1394177. OLE color: 1394177.

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

Color convert

RGB17021-
CMYK0.9900.700.73
HSL137.39º97.18%13.92%-
HSV(B)137.39º98.57%27.45%-
XYZ2.344.441.44-
YUV43.78115.1497.48-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.09%
GREEN value IS 70 (27.73% from 255) = 76.09%
BLUE value IS 21 (8.59% from 255) = 22.83%
R=1.09%
G=76.09%
B=22.83%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal170210.9900.700.73137.3997.1813.92
Hex1461563046498961e
Octal110625143010611121114116
Binary110001101010111000110100011010010011000100111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #014615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #014615; }

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

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

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

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

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

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

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

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