#01460F

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

Shades of British Racing Green #01460F

Tints of British Racing Green #01460F

Color information

#01460F (or 0x01460F) is unknown color: approx British Racing Green. HEX triplet: 01, 46 and 0F. RGB value is (1,70,15). Sum of RGB (Red+Green+Blue) = 1+70+15=86 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.16% from 86); Green value is 70 (27.73% from 255 or 81.40% from 86); Blue value is 15 (6.25% from 255 or 17.44% from 86); Max value from RGB is 70 - color contains mainly: green. Hex color #01460F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01460F is #FEB9F0. Grayscale: #2B2B2B. Windows color (decimal): -16693745 or 1000961. OLE color: 1000961.

HSL color Cylindrical-coordinate representation of color #01460F: hue angle of 132.17º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01460F is Cyan = 0.99, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.73.

Color convert

RGB17015-
CMYK0.9900.790.73
HSL132.17º97.18%13.92%-
HSV(B)132.17º98.57%27.45%-
XYZ2.294.421.18-
YUV43.1112.1497.97-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.16%
GREEN value IS 70 (27.73% from 255) = 81.40%
BLUE value IS 15 (6.25% from 255) = 17.44%
R=1.16%
G=81.40%
B=17.44%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal170150.9900.790.73132.1797.1813.92
Hex146F6304F498461e
Octal110617143011711120414116
Binary11000110111111000110100111110010011000010011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01460F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01460F; }

 p { color: rgb(1,70,15); }

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

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

 a { background-color: rgb(1,70,15); }

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

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

 span { border-color: rgb(1,70,15); }

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