#01490F

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

Shades of British Racing Green #01490F

Tints of British Racing Green #01490F

Color information

#01490F (or 0x01490F) is unknown color: approx British Racing Green. HEX triplet: 01, 49 and 0F. RGB value is (1,73,15). Sum of RGB (Red+Green+Blue) = 1+73+15=89 (11% of max value = 765). Red value is 1 (0.78% from 255 or 1.12% from 89); Green value is 73 (28.91% from 255 or 82.02% from 89); Blue value is 15 (6.25% from 255 or 16.85% from 89); Max value from RGB is 73 - color contains mainly: green. Hex color #01490F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #01490F is #FEB6F0. Grayscale: #2D2D2D. Windows color (decimal): -16692977 or 1001729. OLE color: 1001729.

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

Color convert

RGB17315-
CMYK0.9900.790.71
HSL131.67º97.3%14.51%-
HSV(B)131.67º98.63%28.63%-
XYZ2.484.811.25-
YUV44.86111.1596.72-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.12%
GREEN value IS 73 (28.91% from 255) = 82.02%
BLUE value IS 15 (6.25% from 255) = 16.85%
R=1.12%
G=82.02%
B=16.85%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal173150.9900.790.71131.6797.314.51
Hex149F6304F478461f
Octal111117143011710720414117
Binary11001001111111000110100111110001111000010011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01490F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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