#00492E

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

Shades of British Racing Green #00492E

Tints of British Racing Green #00492E

Color information

#00492E (or 0x00492E) is unknown color: approx British Racing Green. HEX triplet: 00, 49 and 2E. RGB value is (0,73,46). Sum of RGB (Red+Green+Blue) = 0+73+46=119 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 119); Green value is 73 (28.91% from 255 or 61.34% from 119); Blue value is 46 (18.36% from 255 or 38.66% from 119); Max value from RGB is 73 - color contains mainly: green. Hex color #00492E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00492E is #FFB6D1. Grayscale: #303030. Windows color (decimal): -16758482 or 3033344. OLE color: 3033344.

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

Color convert

RGB07346-
CMYK100.370.71
HSL157.81º100%14.31%-
HSV(B)157.81º100%28.63%-
XYZ2.884.963.39-
YUV48.1126.8293.7-

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) = 61.34%
BLUE value IS 46 (18.36% from 255) = 38.66%
R=0%
G=61.34%
B=38.66%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal07346100.370.71157.8110014.31
Hex0492E64025479e64e
Octal01115614404510723614416
Binary010010011011101100100010010110001111001111011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00492E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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