#013815

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

Shades of British Racing Green #013815

Tints of British Racing Green #013815

Color information

#013815 (or 0x013815) is unknown color: approx British Racing Green. HEX triplet: 01, 38 and 15. RGB value is (1,56,21). Sum of RGB (Red+Green+Blue) = 1+56+21=78 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.28% from 78); Green value is 56 (22.27% from 255 or 71.79% from 78); Blue value is 21 (8.59% from 255 or 26.92% from 78); Max value from RGB is 56 - color contains mainly: green. Hex color #013815 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013815 is #FEC7EA. Grayscale: #232323. Windows color (decimal): -16697323 or 1390593. OLE color: 1390593.

HSL color Cylindrical-coordinate representation of color #013815: hue angle of 141.82º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #013815 is Cyan = 0.98, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.78.

Color convert

RGB15621-
CMYK0.9800.630.78
HSL141.82º96.49%11.18%-
HSV(B)141.82º98.21%21.96%-
XYZ1.562.891.18-
YUV35.56119.78103.35-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.28%
GREEN value IS 56 (22.27% from 255) = 71.79%
BLUE value IS 21 (8.59% from 255) = 26.92%
R=1.28%
G=71.79%
B=26.92%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal156210.9800.630.78141.8296.4911.18
Hex138156203F4E8e60b
Octal1702514207711621614013
Binary1111000101011100010011111110011101000111011000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013815; }

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

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

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

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

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

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

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

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