#01462B

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

Shades of British Racing Green #01462B

Tints of British Racing Green #01462B

Color information

#01462B (or 0x01462B) is unknown color: approx British Racing Green. HEX triplet: 01, 46 and 2B. RGB value is (1,70,43). Sum of RGB (Red+Green+Blue) = 1+70+43=114 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.88% from 114); Green value is 70 (27.73% from 255 or 61.40% from 114); Blue value is 43 (17.19% from 255 or 37.72% from 114); Max value from RGB is 70 - color contains mainly: green. Hex color #01462B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01462B is #FEB9D4. Grayscale: #2E2E2E. Windows color (decimal): -16693717 or 2835969. OLE color: 2835969.

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

Color convert

RGB17043-
CMYK0.9900.390.73
HSL156.52º97.18%13.92%-
HSV(B)156.52º98.57%27.45%-
XYZ2.644.563.03-
YUV46.29126.1495.7-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.88%
GREEN value IS 70 (27.73% from 255) = 61.40%
BLUE value IS 43 (17.19% from 255) = 37.72%
R=0.88%
G=61.40%
B=37.72%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal170430.9900.390.73156.5297.1813.92
Hex1462B63027499d61e
Octal11065314304711123514116
Binary110001101010111100011010011110010011001110111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01462B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01462B; }

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

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

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

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

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

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

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

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