#03492E

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

Shades of British Racing Green #03492E

Tints of British Racing Green #03492E

Color information

#03492E (or 0x03492E) is unknown color: approx British Racing Green. HEX triplet: 03, 49 and 2E. RGB value is (3,73,46). Sum of RGB (Red+Green+Blue) = 3+73+46=122 (16% of max value = 765). Red value is 3 (1.56% from 255 or 2.46% from 122); Green value is 73 (28.91% from 255 or 59.84% from 122); Blue value is 46 (18.36% from 255 or 37.70% from 122); Max value from RGB is 73 - color contains mainly: green. Hex color #03492E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #03492E is #FCB6D1. Grayscale: #313131. Windows color (decimal): -16561874 or 3033347. OLE color: 3033347.

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

Color convert

RGB37346-
CMYK0.9600.370.71
HSL156.86º92.11%14.9%-
HSV(B)156.86º95.89%28.63%-
XYZ2.914.983.39-
YUV48.99126.3195.2-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 2.46%
GREEN value IS 73 (28.91% from 255) = 59.84%
BLUE value IS 46 (18.36% from 255) = 37.70%
R=2.46%
G=59.84%
B=37.70%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal373460.9600.370.71156.8692.1114.9
Hex3492E60025479d5cf
Octal31115614004510723513417
Binary1110010011011101100000010010110001111001110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03492E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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