#01461F

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

Shades of British Racing Green #01461F

Tints of British Racing Green #01461F

Color information

#01461F (or 0x01461F) is unknown color: approx British Racing Green. HEX triplet: 01, 46 and 1F. RGB value is (1,70,31). Sum of RGB (Red+Green+Blue) = 1+70+31=102 (13% of max value = 765). Red value is 1 (0.78% from 255 or 0.98% from 102); Green value is 70 (27.73% from 255 or 68.63% from 102); Blue value is 31 (12.5% from 255 or 30.39% from 102); Max value from RGB is 70 - color contains mainly: green. Hex color #01461F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01461F is #FEB9E0. Grayscale: #2D2D2D. Windows color (decimal): -16693729 or 2049537. OLE color: 2049537.

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

Color convert

RGB17031-
CMYK0.9900.560.73
HSL146.09º97.18%13.92%-
HSV(B)146.09º98.57%27.45%-
XYZ2.454.492.03-
YUV44.92120.1496.67-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.98%
GREEN value IS 70 (27.73% from 255) = 68.63%
BLUE value IS 31 (12.5% from 255) = 30.39%
R=0.98%
G=68.63%
B=30.39%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal170310.9900.560.73146.0997.1813.92
Hex1461F63038499261e
Octal11063714307011122214116
Binary11000110111111100011011100010010011001001011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01461F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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