#03492F

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

Shades of British Racing Green #03492F

Tints of British Racing Green #03492F

Color information

#03492F (or 0x03492F) is unknown color: approx British Racing Green. HEX triplet: 03, 49 and 2F. RGB value is (3,73,47). Sum of RGB (Red+Green+Blue) = 3+73+47=123 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.44% from 123); Green value is 73 (28.91% from 255 or 59.35% from 123); Blue value is 47 (18.75% from 255 or 38.21% from 123); Max value from RGB is 73 - color contains mainly: green. Hex color #03492F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03492F is #FCB6D0. Grayscale: #313131. Windows color (decimal): -16561873 or 3098883. OLE color: 3098883.

HSL color Cylindrical-coordinate representation of color #03492F: hue angle of 157.71º degrees, saturation: 0.92, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #03492F is Cyan = 0.96, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.71.

Color convert

RGB37347-
CMYK0.9600.360.71
HSL157.71º92.11%14.9%-
HSV(B)157.71º95.89%28.63%-
XYZ2.934.993.5-
YUV49.11126.8195.11-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.44%
GREEN value IS 73 (28.91% from 255) = 59.35%
BLUE value IS 47 (18.75% from 255) = 38.21%
R=2.44%
G=59.35%
B=38.21%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal373470.9600.360.71157.7192.1114.9
Hex3492F60024479e5cf
Octal31115714004410723613417
Binary1110010011011111100000010010010001111001111010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03492F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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