#01492E

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

Shades of British Racing Green #01492E

Tints of British Racing Green #01492E

Color information

#01492E (or 0x01492E) is unknown color: approx British Racing Green. HEX triplet: 01, 49 and 2E. RGB value is (1,73,46). Sum of RGB (Red+Green+Blue) = 1+73+46=120 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.83% from 120); Green value is 73 (28.91% from 255 or 60.83% from 120); Blue value is 46 (18.36% from 255 or 38.33% from 120); Max value from RGB is 73 - color contains mainly: green. Hex color #01492E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #01492E is #FEB6D1. Grayscale: #303030. Windows color (decimal): -16692946 or 3033345. OLE color: 3033345.

HSL color Cylindrical-coordinate representation of color #01492E: hue angle of 157.5º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01492E is Cyan = 0.99, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.71.

Color convert

RGB17346-
CMYK0.9900.370.71
HSL157.5º97.3%14.51%-
HSV(B)157.5º98.63%28.63%-
XYZ2.894.973.39-
YUV48.39126.6594.2-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.83%
GREEN value IS 73 (28.91% from 255) = 60.83%
BLUE value IS 46 (18.36% from 255) = 38.33%
R=0.83%
G=60.83%
B=38.33%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal173460.9900.370.71157.597.314.51
Hex1492E63025479e61f
Octal11115614304510723614117
Binary110010011011101100011010010110001111001111011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01492E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(1,73,46); }

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

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

 a { background-color: rgb(1,73,46); }

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

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

 span { border-color: rgb(1,73,46); }

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