#015416

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

Shades of British Racing Green #015416

Tints of British Racing Green #015416

Color information

#015416 (or 0x015416) is unknown color: approx British Racing Green. HEX triplet: 01, 54 and 16. RGB value is (1,84,22). Sum of RGB (Red+Green+Blue) = 1+84+22=107 (14% of max value = 765). Red value is 1 (0.78% from 255 or 0.93% from 107); Green value is 84 (33.20% from 255 or 78.50% from 107); Blue value is 22 (8.98% from 255 or 20.56% from 107); Max value from RGB is 84 - color contains mainly: green. Hex color #015416 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #015416 is #FEABE9. Grayscale: #343434. Windows color (decimal): -16690154 or 1463297. OLE color: 1463297.

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

Color convert

RGB18422-
CMYK0.9900.740.67
HSL135.18º97.65%16.67%-
HSV(B)135.18º98.81%32.94%-
XYZ3.336.411.82-
YUV52.1211191.54-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.93%
GREEN value IS 84 (33.20% from 255) = 78.50%
BLUE value IS 22 (8.98% from 255) = 20.56%
R=0.93%
G=78.50%
B=20.56%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal184220.9900.740.67135.1897.6516.67
Hex154166304A43876211
Octal112426143011210320714221
Binary1101010010110110001101001010100001110000111110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #015416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #015416; }

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

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

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

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

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

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

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

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