#00490F

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

Shades of British Racing Green #00490F

Tints of British Racing Green #00490F

Color information

#00490F (or 0x00490F) is unknown color: approx British Racing Green. HEX triplet: 00, 49 and 0F. RGB value is (0,73,15). Sum of RGB (Red+Green+Blue) = 0+73+15=88 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 88); Green value is 73 (28.91% from 255 or 82.95% from 88); Blue value is 15 (6.25% from 255 or 17.05% from 88); Max value from RGB is 73 - color contains mainly: green. Hex color #00490F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #00490F is #FFB6F0. Grayscale: #2C2C2C. Windows color (decimal): -16758513 or 1001728. OLE color: 1001728.

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

Color convert

RGB07315-
CMYK100.790.71
HSL132.33º100%14.31%-
HSV(B)132.33º100%28.63%-
XYZ2.474.81.25-
YUV44.56111.3296.22-

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) = 82.95%
BLUE value IS 15 (6.25% from 255) = 17.05%
R=0%
G=82.95%
B=17.05%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal07315100.790.71132.3310014.31
Hex049F6404F478464e
Octal011117144011710720414416
Binary01001001111111001000100111110001111000010011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00490F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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