#013E15

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

Shades of British Racing Green #013E15

Tints of British Racing Green #013E15

Color information

#013E15 (or 0x013E15) is unknown color: approx British Racing Green. HEX triplet: 01, 3E and 15. RGB value is (1,62,21). Sum of RGB (Red+Green+Blue) = 1+62+21=84 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.19% from 84); Green value is 62 (24.61% from 255 or 73.81% from 84); Blue value is 21 (8.59% from 255 or 25% from 84); Max value from RGB is 62 - color contains mainly: green. Hex color #013E15 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013E15 is #FEC1EA. Grayscale: #272727. Windows color (decimal): -16695787 or 1392129. OLE color: 1392129.

HSL color Cylindrical-coordinate representation of color #013E15: hue angle of 139.67º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013E15 is Cyan = 0.98, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.76.

Color convert

RGB16221-
CMYK0.9800.660.76
HSL139.67º96.83%12.35%-
HSV(B)139.67º98.39%24.31%-
XYZ1.873.511.29-
YUV39.09117.79100.83-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.19%
GREEN value IS 62 (24.61% from 255) = 73.81%
BLUE value IS 21 (8.59% from 255) = 25%
R=1.19%
G=73.81%
B=25%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal162210.9800.660.76139.6796.8312.35
Hex13E15620424C8c61c
Octal17625142010211421414114
Binary11111101010111000100100001010011001000110011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013E15; }

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

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

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

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

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

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

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

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