#015415

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

Shades of British Racing Green #015415

Tints of British Racing Green #015415

Color information

#015415 (or 0x015415) is unknown color: approx British Racing Green. HEX triplet: 01, 54 and 15. RGB value is (1,84,21). Sum of RGB (Red+Green+Blue) = 1+84+21=106 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.94% from 106); Green value is 84 (33.20% from 255 or 79.25% from 106); Blue value is 21 (8.59% from 255 or 19.81% from 106); Max value from RGB is 84 - color contains mainly: green. Hex color #015415 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015415 is #FEABEA. Grayscale: #343434. Windows color (decimal): -16690155 or 1397761. OLE color: 1397761.

HSL color Cylindrical-coordinate representation of color #015415: hue angle of 134.46º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #015415 is Cyan = 0.99, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.67.

Color convert

RGB18421-
CMYK0.9900.750.67
HSL134.46º97.65%16.67%-
HSV(B)134.46º98.81%32.94%-
XYZ3.326.41.77-
YUV52110.591.62-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.94%
GREEN value IS 84 (33.20% from 255) = 79.25%
BLUE value IS 21 (8.59% from 255) = 19.81%
R=0.94%
G=79.25%
B=19.81%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal184210.9900.750.67134.4697.6516.67
Hex154156304B43866211
Octal112425143011310320614221
Binary1101010010101110001101001011100001110000110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015415

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015415; }

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

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

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

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

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

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

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

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