#00492A

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

Shades of British Racing Green #00492A

Tints of British Racing Green #00492A

Color information

#00492A (or 0x00492A) is unknown color: approx British Racing Green. HEX triplet: 00, 49 and 2A. RGB value is (0,73,42). Sum of RGB (Red+Green+Blue) = 0+73+42=115 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 115); Green value is 73 (28.91% from 255 or 63.48% from 115); Blue value is 42 (16.80% from 255 or 36.52% from 115); Max value from RGB is 73 - color contains mainly: green. Hex color #00492A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00492A is #FFB6D5. Grayscale: #2F2F2F. Windows color (decimal): -16758486 or 2771200. OLE color: 2771200.

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

Color convert

RGB07342-
CMYK100.420.71
HSL154.52º100%14.31%-
HSV(B)154.52º100%28.63%-
XYZ2.84.932.99-
YUV47.64124.8294.02-

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) = 63.48%
BLUE value IS 42 (16.80% from 255) = 36.52%
R=0%
G=63.48%
B=36.52%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal07342100.420.71154.5210014.31
Hex0492A6402A479b64e
Octal01115214405210723314416
Binary010010011010101100100010101010001111001101111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00492A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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