#013915

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

Shades of British Racing Green #013915

Tints of British Racing Green #013915

Color information

#013915 (or 0x013915) is unknown color: approx British Racing Green. HEX triplet: 01, 39 and 15. RGB value is (1,57,21). Sum of RGB (Red+Green+Blue) = 1+57+21=79 (10% of max value = 765). Red value is 1 (0.78% from 255 or 1.27% from 79); Green value is 57 (22.66% from 255 or 72.15% from 79); Blue value is 21 (8.59% from 255 or 26.58% from 79); Max value from RGB is 57 - color contains mainly: green. Hex color #013915 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #013915 is #FEC6EA. Grayscale: #242424. Windows color (decimal): -16697067 or 1390849. OLE color: 1390849.

HSL color Cylindrical-coordinate representation of color #013915: hue angle of 141.43º degrees, saturation: 0.97, 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 #013915 is Cyan = 0.98, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.78.

Color convert

RGB15721-
CMYK0.9800.630.78
HSL141.43º96.55%11.37%-
HSV(B)141.43º98.25%22.35%-
XYZ1.612.991.2-
YUV36.15119.45102.93-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.27%
GREEN value IS 57 (22.66% from 255) = 72.15%
BLUE value IS 21 (8.59% from 255) = 26.58%
R=1.27%
G=72.15%
B=26.58%

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
Decimal157210.9800.630.78141.4396.5511.37
Hex139156203F4E8d61b
Octal1712514207711621514113
Binary1111001101011100010011111110011101000110111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #013915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #013915; }

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

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

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

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

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

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

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

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