#00492F

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

Shades of British Racing Green #00492F

Tints of British Racing Green #00492F

Color information

#00492F (or 0x00492F) is unknown color: approx British Racing Green. HEX triplet: 00, 49 and 2F. RGB value is (0,73,47). Sum of RGB (Red+Green+Blue) = 0+73+47=120 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 120); Green value is 73 (28.91% from 255 or 60.83% from 120); Blue value is 47 (18.75% from 255 or 39.17% from 120); Max value from RGB is 73 - color contains mainly: green. Hex color #00492F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00492F is #FFB6D0. Grayscale: #303030. Windows color (decimal): -16758481 or 3098880. OLE color: 3098880.

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

Color convert

RGB07347-
CMYK100.360.71
HSL158.63º100%14.31%-
HSV(B)158.63º100%28.63%-
XYZ2.94.973.5-
YUV48.21127.3293.61-

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) = 60.83%
BLUE value IS 47 (18.75% from 255) = 39.17%
R=0%
G=60.83%
B=39.17%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal07347100.360.71158.6310014.31
Hex0492F64024479f64e
Octal01115714404410723714416
Binary010010011011111100100010010010001111001111111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00492F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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