#01461E

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

Shades of British Racing Green #01461E

Tints of British Racing Green #01461E

Color information

#01461E (or 0x01461E) is unknown color: approx British Racing Green. HEX triplet: 01, 46 and 1E. RGB value is (1,70,30). Sum of RGB (Red+Green+Blue) = 1+70+30=101 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.99% from 101); Green value is 70 (27.73% from 255 or 69.31% from 101); Blue value is 30 (12.11% from 255 or 29.70% from 101); Max value from RGB is 70 - color contains mainly: green. Hex color #01461E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01461E is #FEB9E1. Grayscale: #2C2C2C. Windows color (decimal): -16693730 or 1984001. OLE color: 1984001.

HSL color Cylindrical-coordinate representation of color #01461E: hue angle of 145.22º 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 #01461E is Cyan = 0.99, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.73.

Color convert

RGB17030-
CMYK0.9900.570.73
HSL145.22º97.18%13.92%-
HSV(B)145.22º98.57%27.45%-
XYZ2.444.481.96-
YUV44.81119.6496.75-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.99%
GREEN value IS 70 (27.73% from 255) = 69.31%
BLUE value IS 30 (12.11% from 255) = 29.70%
R=0.99%
G=69.31%
B=29.70%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal170300.9900.570.73145.2297.1813.92
Hex1461E63039499161e
Octal11063614307111122114116
Binary11000110111101100011011100110010011001000111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01461E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01461E; }

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

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

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

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

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

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

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

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