#00490E

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

Shades of British Racing Green #00490E

Tints of British Racing Green #00490E

Color information

#00490E (or 0x00490E) is unknown color: approx British Racing Green. HEX triplet: 00, 49 and 0E. RGB value is (0,73,14). Sum of RGB (Red+Green+Blue) = 0+73+14=87 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 87); Green value is 73 (28.91% from 255 or 83.91% from 87); Blue value is 14 (5.86% from 255 or 16.09% from 87); Max value from RGB is 73 - color contains mainly: green. Hex color #00490E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00490E is #FFB6F1. Grayscale: #2C2C2C. Windows color (decimal): -16758514 or 936192. OLE color: 936192.

HSL color Cylindrical-coordinate representation of color #00490E: hue angle of 131.51º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00490E is Cyan = 1, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.71.

Color convert

RGB07314-
CMYK100.810.71
HSL131.51º100%14.31%-
HSV(B)131.51º100%28.63%-
XYZ2.464.81.21-
YUV44.45110.8296.3-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 73 (28.91% from 255) = 83.91%
BLUE value IS 14 (5.86% from 255) = 16.09%
R=0%
G=83.91%
B=16.09%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal07314100.810.71131.5110014.31
Hex049E64051478464e
Octal011116144012110720414416
Binary01001001111011001000101000110001111000010011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00490E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,73,14); }

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

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

 a { background-color: rgb(0,73,14); }

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

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

 span { border-color: rgb(0,73,14); }

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